Searched defs:test_info (Results 1 – 8 of 8) sorted by relevance
16 const auto *test_info = in getLogFileName() local
639 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()808 static bool TestPassed(const TestInfo* test_info) { in TestPassed()813 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()818 static bool TestFailed(const TestInfo* test_info) { in TestFailed()824 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()829 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()834 static bool TestReportable(const TestInfo* test_info) { in TestReportable()839 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
674 TestInfo* test_info) { in AddTestInfo()1177 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()1181 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
2768 TestInfo* const test_info = in MakeAndRegisterTestInfo() local2962 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo()3333 static void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()3464 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()3471 void PrettyUnitTestResultPrinter::OnTestDisabled(const TestInfo& test_info) { in OnTestDisabled()3493 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()3557 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests() local3606 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests() local3711 void BriefUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()4225 const TestInfo& test_info) { in OutputXmlTestInfo()[all …]
68 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in SetUp() local
696 const TestInfo* const test_info = in RegisterUseByOnCallOrExpectCall() local
2449 find_arg_in_test(test_info, get_arg_to_check, arg_string, is_global) global() argument 2480 dump_input_lines(output_lines, test_info, prefix_set, comment_string) global() argument
558 std::shared_ptr<TestInfo> test_info = *test_it; in RegisterTests() local