Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1100 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function
1151 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h1158 void OnTestCaseStart(const TestCase& test_case) override { in OnTestCaseStart() function
H A Dgtest.cc2807 repeater->OnTestCaseStart(*this); in Run()
3115 void OnTestCaseStart(const TestCase& test_case) override;
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) in GTEST_REPEATER_METHOD_()