Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp321 void FooTestEventListener::OnTestCaseStart(const testing::TestCase &) {} in OnTestCaseStart() function in FooTestEventListener
/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.cc3436 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