Lines Matching defs:test_case
313 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
318 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
324 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1990 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2666 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2733 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2786 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2814 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3250 const TestCase& test_case) { in PrintXmlTestCase()
3889 const std::vector<TestCase*>::const_iterator test_case = in UnitTestImpl() local
4178 TestCase* const test_case = test_cases_[i]; in UnitTestImpl() local
4221 const TestCase* const test_case = test_cases_[i]; in UnitTestImpl() local