Searched defs:OnTestCaseStart (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ | ||
H A D | upgrade-googletest-case.cpp | 321 void FooTestEventListener::OnTestCaseStart(const testing::TestCase &) {} in OnTestCaseStart() function in FooTestEventListener |
/llvm-project/third-party/unittest/googletest/include/gtest/ | ||
H A D | gtest.h | 950 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() function |
/llvm-project/third-party/unittest/googletest/src/ | ||
H A D | gtest.cc | 3436 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart() function in testing::internal::PrettyUnitTestResultPrinter |