Lines Matching defs:test_case
305 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
310 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
316 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1964 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2637 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2704 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2757 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2785 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3225 const TestCase& test_case) { in PrintXmlTestCase()
3865 TestCase** test_case = test_cases_.FindIf(TestCaseNameIs(test_case_name)); in UnitTestImpl() local
4148 TestCase* const test_case = test_cases_.GetElement(i); in UnitTestImpl() local
4191 const TestCase* const test_case = test_cases_.GetElement(i); in UnitTestImpl() local