Lines Matching defs:test_case
324 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
329 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
335 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1953 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2689 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2757 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2809 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2837 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3273 const TestCase& test_case) { in PrintXmlTestCase()
3371 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
3375 void OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
4101 const std::vector<TestCase*>::const_iterator test_case = in GetTestCase() local
4390 TestCase* const test_case = test_cases_[i]; in FilterTests() local
4433 const TestCase* const test_case = test_cases_[i]; in ListTestsMatchingFilter() local