Searched refs:OnTestCaseStart (Results 1 - 25 of 26) sorted by last modified time

12

/external/protobuf/gtest/include/gtest/
H A Dgtest.h795 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
835 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/external/protobuf/gtest/src/
H A Dgtest.cc2390 repeater->OnTestCaseStart(*this);
2646 virtual void OnTestCaseStart(const TestCase& test_case);
2704 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
2868 virtual void OnTestCaseStart(const TestCase& test_case);
2933 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
/external/protobuf/gtest/test/
H A Dgtest-listener_test.cc90 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { function in class:testing::internal::EventRecordingListener
91 g_events->PushBack(GetFullMethodName("OnTestCaseStart"));
240 "1st.OnTestCaseStart",
241 "2nd.OnTestCaseStart",
278 "1st.OnTestCaseStart",
279 "2nd.OnTestCaseStart",
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h949 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
989 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2438 repeater->OnTestCaseStart(*this);
2698 virtual void OnTestCaseStart(const TestCase& test_case);
2757 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
2913 virtual void OnTestCaseStart(const TestCase& test_case);
2976 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
3371 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h949 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
990 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2409 repeater->OnTestCaseStart(*this);
2670 virtual void OnTestCaseStart(const TestCase& test_case);
2729 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
2885 virtual void OnTestCaseStart(const TestCase& test_case);
2948 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
3343 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18392 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
18432 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1569 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
3921 repeater->OnTestCaseStart(*this);
4188 virtual void OnTestCaseStart(const TestCase& test_case);
4245 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
4399 virtual void OnTestCaseStart(const TestCase& test_case);
4462 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
/external/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
/external/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)
/external/gtest/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));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18392 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
18432 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1569 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
3921 repeater->OnTestCaseStart(*this);
4188 virtual void OnTestCaseStart(const TestCase& test_case);
4245 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
4399 virtual void OnTestCaseStart(const TestCase& test_case);
4462 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h949 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
989 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2438 repeater->OnTestCaseStart(*this);
2698 virtual void OnTestCaseStart(const TestCase& test_case);
2757 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
2913 virtual void OnTestCaseStart(const TestCase& test_case);
2976 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
3371 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1003 virtual void OnTestCaseStart(const TestCase& test_case) = 0;
1043 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} function in class:testing::EmptyTestEventListener
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h1142 void OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::StreamingListener
H A Dgtest.cc2721 repeater->OnTestCaseStart(*this);
2991 virtual void OnTestCaseStart(const TestCase& test_case);
3048 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { function in class:testing::internal::PrettyUnitTestResultPrinter
3202 virtual void OnTestCaseStart(const TestCase& test_case);
3265 GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase)
/external/chromium_org/testing/gtest/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));
/external/chromium_org/chrome/test/logging/win/
H A Dtest_log_collector.cc77 virtual void OnTestCaseStart(const testing::TestCase& test_case) OVERRIDE {
78 default_result_printer_->OnTestCaseStart(test_case);
/external/chromium_org/base/test/
H A Dgtest_xml_util.cc53 void XmlUnitTestResultPrinter::OnTestCaseStart( function in class:base::XmlUnitTestResultPrinter

Completed in 519 milliseconds

12