Lines Matching refs:expectationIndex
146 uint32_t expectationIndex = 0; in TEST() local
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()
208 uint32_t expectationIndex = 0; in TEST() local
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()
260 uint32_t expectationIndex = 0; in TEST() local
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()
312 uint32_t expectationIndex = 0; in TEST() local
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()
347 uint32_t expectationIndex = 0; in TEST() local
349 ASSERT_NE(expectationIndex, testCase.expects.size()); in TEST()
350 const std::string expectString = testCase.expects[expectationIndex++]; in TEST()
357 EXPECT_EQ(expectationIndex, testCase.expects.size()) << "Expectations Remains"; in TEST()