Lines Matching refs:testCase
144 for (const auto& testCase : testCases) { in TEST() local
145 auto[text, range] = parseTestString(testCase.testStr); in TEST()
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()
206 for (const auto& testCase : testCases) { in TEST() local
207 auto[text, range] = parseTestString(testCase.testStr); in TEST()
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()
258 for (const auto& testCase : testCases) { in TEST() local
259 auto[text, range] = parseTestString(testCase.testStr); in TEST()
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()
310 for (const auto& testCase : testCases) { in TEST() local
311 auto[text, range] = parseTestString(testCase.testStr); in TEST()
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()