Lines Matching defs:TestInfo
679 `const TestInfo* TestSuite::GetTestInfo(int i) const`
681 Returns the [`TestInfo`](#TestInfo) for the `i`-th test among all the tests. `i`
692 ### TestInfo {#TestInfo}
694 `testing::TestInfo`
698 #### Public Methods {#TestInfo-public}
700 ##### test_suite_name {#TestInfo::test_suite_name}
702 `const char* TestInfo::test_suite_name() const`
706 ##### name {#TestInfo::name}
708 `const char* TestInfo::name() const`
712 ##### type_param {#TestInfo::type_param}
714 `const char* TestInfo::type_param() const`
720 ##### value_param {#TestInfo::value_param}
722 `const char* TestInfo::value_param() const`
728 ##### file {#TestInfo::file}
730 `const char* TestInfo::file() const`
734 ##### line {#TestInfo::line}
736 `int TestInfo::line() const`
740 ##### is_in_another_shard {#TestInfo::is_in_another_shard}
742 `bool TestInfo::is_in_another_shard() const`
746 ##### should_run {#TestInfo::should_run}
748 `bool TestInfo::should_run() const`
759 ##### is_reportable {#TestInfo::is_reportable}
761 `bool TestInfo::is_reportable() const`
765 ##### result {#TestInfo::result}
767 `const TestResult* TestInfo::result() const`
818 `const TestInfo* UnitTest::current_test_info() const`
820 Returns the [`TestInfo`](#TestInfo) object for the test that's currently
995 `virtual void TestEventListener::OnTestStart(const TestInfo& test_info)`
1010 `virtual void TestEventListener::OnTestEnd(const TestInfo& test_info)`
1366 TestInfo* testing::RegisterTest(const char* test_suite_name, const char* test_name,