Lines Matching refs:TestInfo
660 `const TestInfo* TestSuite::GetTestInfo(int i) const`
662 Returns the [`TestInfo`](#TestInfo) for the `i`-th test among all the tests. `i`
673 ### TestInfo {#TestInfo}
675 `testing::TestInfo`
679 #### Public Methods {#TestInfo-public} argument
681 ##### test_suite_name {#TestInfo::test_suite_name}
683 `const char* TestInfo::test_suite_name() const`
687 ##### name {#TestInfo::name}
689 `const char* TestInfo::name() const`
693 ##### type_param {#TestInfo::type_param}
695 `const char* TestInfo::type_param() const`
701 ##### value_param {#TestInfo::value_param}
703 `const char* TestInfo::value_param() const`
709 ##### file {#TestInfo::file}
711 `const char* TestInfo::file() const`
715 ##### line {#TestInfo::line}
717 `int TestInfo::line() const`
721 ##### is_in_another_shard {#TestInfo::is_in_another_shard}
723 `bool TestInfo::is_in_another_shard() const`
727 ##### should_run {#TestInfo::should_run}
729 `bool TestInfo::should_run() const`
740 ##### is_reportable {#TestInfo::is_reportable}
742 `bool TestInfo::is_reportable() const`
746 ##### result {#TestInfo::result}
748 `const TestResult* TestInfo::result() const`
799 `const TestInfo* UnitTest::current_test_info() const`
801 Returns the [`TestInfo`](#TestInfo) object for the test that's currently
976 `virtual void TestEventListener::OnTestStart(const TestInfo& test_info)`
991 `virtual void TestEventListener::OnTestEnd(const TestInfo& test_info)`
1345 TestInfo* testing::RegisterTest(const char* test_suite_name, const char* test_name,