Lines Matching defs:test_info
2168 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2406 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()
2442 bool TestCase::TestPassed(const TestInfo * test_info) { in TestPassed()
2448 bool TestCase::TestFailed(const TestInfo * test_info) { in TestFailed()
2454 bool TestCase::TestDisabled(const TestInfo * test_info) { in TestDisabled()
2459 bool TestCase::ShouldRunTest(const TestInfo *test_info) { in ShouldRunTest()
2748 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
2771 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
2820 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local
3219 const TestInfo& test_info) { in OutputXmlTestInfo()
4184 TestInfo* const test_info = test_case->test_info_list().GetElement(j); in UnitTestImpl() local
4226 const TestInfo* const test_info = in UnitTestImpl() local