| /external/chromium_org/sync/js/ |
| js_test_util.cc | 21 : public ::testing::MatcherInterface<const JsEventDetails&> { 30 ::testing::MatchResultListener* listener) const { 51 ::testing::Matcher<const JsEventDetails&> HasDetails( 53 return ::testing::MakeMatcher(new HasDetailsMatcher(expected_details)); 56 ::testing::Matcher<const JsEventDetails&> HasDetailsAsDictionary(
|
| sync_js_controller_unittest.cc | 11 #include "testing/gmock/include/gmock/gmock.h" 12 #include "testing/gtest/include/gtest/gtest.h" 17 using ::testing::_; 18 using ::testing::InSequence; 19 using ::testing::Mock; 20 using ::testing::StrictMock; 22 class SyncJsControllerTest : public testing::Test {
|
| /external/chromium_org/testing/gtest/test/ |
| gtest_filter_unittest_.cc | 36 // flag. This is used for testing such functionality. 47 class FooTest : public testing::Test { 121 class ParamTest : public testing::TestWithParam<int> { 130 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2)); 131 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6)); 137 ::testing::InitGoogleTest(&argc, argv);
|
| gtest_premature_exit_test.cc | 39 using ::testing::InitGoogleTest; 40 using ::testing::Test; 41 using ::testing::internal::posix::GetEnv; 42 using ::testing::internal::posix::Stat; 43 using ::testing::internal::posix::StatStruct;
|
| /external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
| error_test.cpp | 19 using testing::_; 32 using testing::_; 46 using testing::_; 70 using testing::_; 84 using testing::_;
|
| /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
| gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 203 // The death testing framework causes this to have interesting semantics, 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse()) 281 } // namespace testing
|
| /external/chromium_org/third_party/re2/util/ |
| benchmark.h | 8 namespace testing { namespace 24 } // namespace testing 35 ::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f)) 38 ::testing::Benchmark* _benchmark_##f = \ 39 (new ::testing::Benchmark(#f, f, lo, hi))
|
| /external/gtest/test/ |
| gtest_filter_unittest_.cc | 36 // flag. This is used for testing such functionality. 47 class FooTest : public testing::Test { 121 class ParamTest : public testing::TestWithParam<int> { 130 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2)); 131 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6)); 137 ::testing::InitGoogleTest(&argc, argv);
|
| gtest_premature_exit_test.cc | 39 using ::testing::InitGoogleTest; 40 using ::testing::Test; 41 using ::testing::internal::posix::GetEnv; 42 using ::testing::internal::posix::Stat; 43 using ::testing::internal::posix::StatStruct;
|
| /external/llvm/utils/unittest/googletest/include/gtest/ |
| gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 203 // The death testing framework causes this to have interesting semantics, 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse()) 281 } // namespace testing
|
| /external/mesa3d/src/gtest/include/gtest/ |
| gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 203 // The death testing framework causes this to have interesting semantics, 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse()) 281 } // namespace testing
|
| /external/protobuf/gtest/include/gtest/ |
| gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 203 // The death testing framework causes this to have interesting semantics, 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse()) 281 } // namespace testing
|
| /external/protobuf/gtest/test/ |
| gtest_environment_test.cc | 38 namespace testing { namespace 48 // For testing using global test environments. 49 class MyEnvironment : public testing::Environment { 132 testing::InitGoogleTest(&argc, argv); 137 Check(testing::AddGlobalTestEnvironment(env) == env, 175 testing::GTEST_FLAG(filter) = "-*";
|
| gtest_filter_unittest_.cc | 36 // flag. This is used for testing such functionality. 47 class FooTest : public testing::Test { 121 class ParamTest : public testing::TestWithParam<int> { 130 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2)); 131 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6)); 137 ::testing::InitGoogleTest(&argc, argv);
|
| /external/regex-re2/util/ |
| benchmark.h | 8 namespace testing { namespace 24 } // namespace testing 35 ::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f)) 38 ::testing::Benchmark* _benchmark_##f = \ 39 (new ::testing::Benchmark(#f, f, lo, hi))
|
| /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/ |
| ClearTextAction.java | 17 package com.google.android.apps.common.testing.ui.espresso.action; 19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom; 20 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed; 23 import com.google.android.apps.common.testing.ui.espresso.UiController; 24 import com.google.android.apps.common.testing.ui.espresso.ViewAction;
|
| /frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/ |
| ScrollToTest.java | 17 package com.google.android.apps.common.testing.ui.testapp; 19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView; 20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click; 21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.scrollTo; 22 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId; 31 * {@link com.google.android.apps.common.testing.ui.espresso.action.ViewActions#scrollTo()}. 39 super("com.google.android.apps.common.testing.ui.testapp", ScrollActivity.class);
|
| /ndk/sources/third_party/googletest/googletest/test/ |
| gtest_filter_unittest_.cc | 36 // flag. This is used for testing such functionality. 47 class FooTest : public testing::Test { 121 class ParamTest : public testing::TestWithParam<int> { 130 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2)); 131 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6)); 137 ::testing::InitGoogleTest(&argc, argv);
|
| /external/chromium_org/base/test/ |
| test_suite.cc | 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) [all...] |
| test_suite.h | 17 namespace testing { namespace 29 typedef bool (*TestMatch)(const testing::TestInfo&); 40 static bool IsMarkedMaybe(const testing::TestInfo& test);
|
| /bionic/benchmarks/ |
| benchmark.h | 21 namespace testing { namespace 53 } // namespace testing 60 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \ 61 (new ::testing::Benchmark(#f, f))
|
| /external/chromium_org/base/ |
| deferred_sequenced_task_runner_unittest.cc | 15 #include "testing/gmock/include/gmock/gmock.h" 16 #include "testing/gtest/include/gtest/gtest.h" 20 class DeferredSequencedTaskRunnerTest : public testing::Test, 76 EXPECT_THAT(executed_task_ids_, testing::ElementsAre()); 83 EXPECT_THAT(executed_task_ids_, testing::ElementsAre(1)); 92 EXPECT_THAT(executed_task_ids_, testing::ElementsAre(1, 2, 3, 4)); 98 EXPECT_THAT(executed_task_ids_, testing::ElementsAre()); 102 EXPECT_THAT(executed_task_ids_, testing::ElementsAre(1)); 106 EXPECT_THAT(executed_task_ids_, testing::ElementsAre(1, 2)); 113 EXPECT_THAT(executed_task_ids_, testing::ElementsAre()) [all...] |
| /external/chromium_org/base/prefs/ |
| mock_pref_change_callback.h | 12 #include "testing/gmock/include/gmock/gmock.h" 14 using testing::Pointee; 15 using testing::Property; 16 using testing::Truly; 35 // A mock for testing preference notifications and easy setup of expectations.
|
| /external/chromium_org/chrome/browser/sync/ |
| about_sync_util_unittest.cc | 10 #include "testing/gmock/include/gmock/gmock.h" 11 #include "testing/gtest/include/gtest/gtest.h" 13 using ::testing::NiceMock; 14 using ::testing::Return; 15 using ::testing::_;
|
| /external/chromium_org/chromeos/attestation/ |
| mock_attestation_flow.cc | 8 #include "testing/gmock/include/gmock/gmock.h" 10 using testing::_; 11 using testing::DefaultValue; 12 using testing::Invoke;
|