Home
last modified time | relevance | path

Searched defs:TestInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc75 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
80 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc81 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
89 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
155 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
163 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h621 struct TestInfo { struct
622 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function
635 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo>>; argument
H A Dgtest-internal.h109 class TestInfo; // Information about a test. variable
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h217 class TestInfo; variable
957 virtual void OnTestDisabled(const TestInfo& /*test_info*/) {} in OnTestDisabled()
1006 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
1007 void OnTestDisabled(const TestInfo& /*test_info*/) override {} in OnTestDisabled()
1009 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd()
1064 friend class TestInfo; variable
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md679 #### Public Methods {#TestInfo-public}
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2720 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo
3679 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
3680 void OnTestDisabled(const TestInfo& /*test_info*/) override {} in OnTestDisabled()