Home
last modified time | relevance | path

Searched refs:OnTestCaseStart (Results 1 - 8 of 8) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgoogletest-listener-test.cc81 void OnTestCaseStart(const TestCase& /*test_case*/) override {
82 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
290 // The deprecated OnTestSuiteStart/OnTestCaseStart events are included in main()
305 "1st.OnTestCaseStart", in main()
306 "2nd.OnTestCaseStart", in main()
357 "1st.OnTestCaseStart", in main()
358 "2nd.OnTestCaseStart", in main()
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h957 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function in testing::TestEventListener
1010 void OnTestCaseStart(const TestCase& /*test_case*/) override {}
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h949 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function in testing::TestEventListener
1002 void OnTestCaseStart(const TestCase& /*test_case*/) override {}
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1100 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function in testing::TestEventListener
1151 void OnTestCaseStart(const TestCase& /*test_case*/) override {}
/third_party/googletest/googletest/src/
H A Dgtest.cc2990 repeater->OnTestCaseStart(*this);
3044 repeater->OnTestCaseStart(*this);
3353 void OnTestCaseStart(const TestCase& test_case) override;
3356 #endif // OnTestCaseStart
3424 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
3662 void OnTestCaseStart(const TestCase& /*test_case*/) override {}
3665 #endif // OnTestCaseStart
3771 void OnTestCaseStart(const TestSuite& parameter) override;
3843 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite)
/third_party/node/deps/googletest/src/
H A Dgtest.cc2999 repeater->OnTestCaseStart(*this);
3054 repeater->OnTestCaseStart(*this);
3366 void OnTestCaseStart(const TestCase& test_case) override;
3369 #endif // OnTestCaseStart
3437 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
3675 void OnTestCaseStart(const TestCase& /*test_case*/) override {}
3678 #endif // OnTestCaseStart
3784 void OnTestCaseStart(const TestSuite& parameter) override;
3856 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite)
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h1158 void OnTestCaseStart(const TestCase& test_case) override {
H A Dgtest.cc2807 repeater->OnTestCaseStart(*this); in Run()
3115 void OnTestCaseStart(const TestCase& test_case) override;
3118 #endif // OnTestCaseStart
3184 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter
3405 void OnTestCaseStart(const TestSuite& parameter) override;
3475 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite)

Completed in 34 milliseconds