Home
last modified time | relevance | path

Searched refs:OnTestCaseStart (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp311 void OnTestCaseStart(const testing::TestCase &) override;
321 void FooTestEventListener::OnTestCaseStart(const testing::TestCase &) {} in OnTestCaseStart() function in FooTestEventListener
333 using TestEventListener::OnTestCaseStart;
343 using BarTestEventListener::OnTestCaseStart;
355 void OnTestCaseStart(const testing::TestSuite &) override;
371 virtual void OnTestCaseStart(const ::testing::TestCase &);
384 testing::TestEventListener().OnTestCaseStart(Case); in FuncTestEventListener()
394 T().OnTestCaseStart(testing::TestSuite()); in testEventListenerInstantiationOnlyWarns()
402 #define ON_TEST_CASE_START_MACRO_REPLACE OnTestCaseStart
404 testing::TestEventListener().OnTestCaseStart
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/
H A Dgtest.h23 virtual void OnTestCaseStart(const TestCase &);
29 void OnTestCaseStart(const TestCase &) override;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h29 virtual void OnTestCaseStart(const TestCase &);
38 void OnTestCaseStart(const TestCase &) override;
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h950 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function
1003 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2999 repeater->OnTestCaseStart(*this); in Run()
3054 repeater->OnTestCaseStart(*this); in Skip()
3365 void OnTestCaseStart(const TestCase& test_case) override;
3436 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter
3674 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function in testing::internal::BriefUnitTestResultPrinter
3783 void OnTestCaseStart(const TestSuite& parameter) override;
3855 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestSuite) in GTEST_REPEATER_METHOD_()