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

/external/chromium/testing/gtest/test/
H A Dgtest-listener_test.cc81 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { function in class:testing::internal::EventRecordingListener
82 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
231 "1st.OnTestCaseStart",
232 "2nd.OnTestCaseStart",
269 "1st.OnTestCaseStart",
270 "2nd.OnTestCaseStart",
/external/gtest/test/
H A Dgtest-listener_test.cc81 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { function in class:testing::internal::EventRecordingListener
82 g_events->push_back(GetFullMethodName("OnTestCaseStart"));
231 "1st.OnTestCaseStart",
232 "2nd.OnTestCaseStart",
269 "1st.OnTestCaseStart",
270 "2nd.OnTestCaseStart",
/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/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc416 virtual void OnTestCaseStart(const TestCase*) {} function in class:testing::UnitTestEventListenerInterface
2089 result_printer->OnTestCaseStart(this);
2297 virtual void OnTestCaseStart(const TestCase * test_case);
2334 void PrettyUnitTestResultPrinter::OnTestCaseStart( function in class:testing::PrettyUnitTestResultPrinter
2464 virtual void OnTestCaseStart(const TestCase* test_case);
2506 GTEST_REPEATER_METHOD(OnTestCaseStart, TestCase)
/external/chromium/testing/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/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/llvm/utils/unittest/googletest/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/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/chromium/testing/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/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/
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/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)

Completed in 386 milliseconds