Searched refs:test_case (Results 1 – 1 of 1) sorted by relevance
81 const ::testing::TestCase* test_case = unit_test->GetTestCase(i); in VerifyTestList() local82 for (int j = 0; j < test_case->total_test_count(); ++j) { in VerifyTestList()83 const ::testing::TestInfo* test_info = test_case->GetTestInfo(j); in VerifyTestList()