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

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-listener_test.cc80 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { function in class:testing::internal::EventRecordingListener
81 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
228 "1st.OnTestCaseStart",
229 "2nd.OnTestCaseStart",
266 "1st.OnTestCaseStart",
267 "2nd.OnTestCaseStart",
H A Dgtest_unittest.cc120 TEST_F(StreamingListenerTest, OnTestCaseStart) {
122 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest-listener_test.cc80 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { function in class:testing::internal::EventRecordingListener
81 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
228 "1st.OnTestCaseStart",
229 "2nd.OnTestCaseStart",
266 "1st.OnTestCaseStart",
267 "2nd.OnTestCaseStart",
H A Dgtest_unittest.cc120 TEST_F(StreamingListenerTest, OnTestCaseStart) {
122 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest-listener_test.cc80 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { function in class:testing::internal::EventRecordingListener
81 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
228 "1st.OnTestCaseStart",
229 "2nd.OnTestCaseStart",
266 "1st.OnTestCaseStart",
267 "2nd.OnTestCaseStart",
H A Dgtest_unittest.cc120 TEST_F(StreamingListenerTest, OnTestCaseStart) {
122 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest.h954 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
994 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest.h954 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
994 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest.h954 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
994 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h1162 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
H A Dgtest.cc2411 repeater->OnTestCaseStart(*this);
2678 virtual void OnTestCaseStart(const TestCase& test_case);
2735 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
2889 virtual void OnTestCaseStart(const TestCase& test_case);
2952 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h1162 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
H A Dgtest.cc2411 repeater->OnTestCaseStart(*this);
2678 virtual void OnTestCaseStart(const TestCase& test_case);
2735 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
2889 virtual void OnTestCaseStart(const TestCase& test_case);
2952 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h1162 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
H A Dgtest.cc2411 repeater->OnTestCaseStart(*this);
2678 virtual void OnTestCaseStart(const TestCase& test_case);
2735 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
2889 virtual void OnTestCaseStart(const TestCase& test_case);
2952 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)

Completed in 148 milliseconds