Lines Matching refs:expects
101 std::vector<std::string> expects; in TEST() member
148 ASSERT_NE(expectationIndex, testCase.expects.size()); in TEST()
149 const std::string expectString = testCase.expects[expectationIndex++]; in TEST()
156 EXPECT_EQ(expectationIndex, testCase.expects.size()) << "Expectations Remains"; in TEST()
163 std::vector<std::string> expects; in TEST() member
210 ASSERT_NE(expectationIndex, testCase.expects.size()); in TEST()
211 const std::string expectString = testCase.expects[expectationIndex++]; in TEST()
218 EXPECT_EQ(expectationIndex, testCase.expects.size()) << "Expectations Remains"; in TEST()
225 std::vector<std::string> expects; in TEST() member
262 ASSERT_NE(expectationIndex, testCase.expects.size()); in TEST()
263 const std::string expectString = testCase.expects[expectationIndex++]; in TEST()
270 EXPECT_EQ(expectationIndex, testCase.expects.size()) << "Expectations Remains"; in TEST()
277 std::vector<std::string> expects; in TEST() member
314 ASSERT_NE(expectationIndex, testCase.expects.size()); in TEST()
315 const std::string expectString = testCase.expects[expectationIndex++]; in TEST()
322 EXPECT_EQ(expectationIndex, testCase.expects.size()) << "Expectations Remains"; in TEST()