Home | History | Annotate | Download | only in test

Lines Matching refs:testing

27 #include "testing/gmock/include/gmock/gmock.h"
28 #include "testing/gtest/include/gtest/gtest.h"
29 #include "testing/multiprocess_func_list.h"
50 class MaybeTestDisabler : public testing::EmptyTestEventListener {
52 virtual void OnTestStart(const testing::TestInfo& test_info) OVERRIDE {
60 class TestClientInitializer : public testing::EmptyTestEventListener {
66 virtual void OnTestStart(const testing::TestInfo& test_info) OVERRIDE {
70 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
118 testing::InitGoogleTest(&argc, argv);
119 testing::InitGoogleMock(&argc, argv);
130 testing::InitGoogleTest(&argc, argv);
131 testing::InitGoogleMock(&argc, argv);
137 testing::GTEST_FLAG(catch_exceptions) = false;
149 // testing/android/native_test_wrapper.cc before main() is called.
161 bool TestSuite::IsMarkedMaybe(const testing::TestInfo& test) {
166 testing::TestEventListeners& listeners =
167 testing::UnitTest::GetInstance()->listeners();
172 testing::TestEventListeners& listeners =
173 testing::UnitTest::GetInstance()->listeners();
199 testing::TestEventListeners& listeners =
200 testing::UnitTest::GetInstance()->listeners();
248 const ::testing::TestInfo* const test_info =
249 ::testing::UnitTest::GetInstance()->current_test_info();