Searched defs:test_info (Results 1 – 4 of 4) sorted by relevance
709 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()846 static bool TestPassed(const TestInfo* test_info) { in TestPassed()851 static bool TestFailed(const TestInfo* test_info) { in TestFailed()856 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()861 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
2237 TestInfo* const test_info = in MakeAndRegisterTestInfo() local2395 void TestCase::AddTestInfo(TestInfo * test_info) { in AddTestInfo()2638 void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()2743 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()2762 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()2814 const TestInfo& test_info = *test_case.GetTestInfo(j); in PrintFailedTests() local3198 const TestInfo& test_info) { in OutputXmlTestInfo()3353 void OnTestStart(const TestInfo& test_info) { in OnTestStart()3357 void OnTestEnd(const TestInfo& test_info) { in OnTestEnd()4363 TestInfo* const test_info = test_case->test_info_list()[j]; in FilterTests() local[all …]
634 TestInfo* test_info) { in AddTestInfo()
490 linked_ptr<TestInfo> test_info = *test_it; in RegisterTests() local