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

/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h1168 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
H A Dgtest.cc2437 repeater->OnTestCaseStart(*this);
2704 virtual void OnTestCaseStart(const TestCase& test_case);
2761 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
2915 virtual void OnTestCaseStart(const TestCase& test_case);
2978 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest.h979 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
1019 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener

Completed in 115 milliseconds