HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 626 - 650 of 4772) sorted by null

<<21222324252627282930>>

  /external/guava/guava-tests/test/com/google/common/collect/
BiMapCollectionTest.java 20 import com.google.common.collect.testing.SetTestSuiteBuilder;
21 import com.google.common.collect.testing.TestStringSetGenerator;
22 import com.google.common.collect.testing.features.CollectionFeature;
23 import com.google.common.collect.testing.features.CollectionSize;
RangeNonGwtTest.java 19 import com.google.common.testing.NullPointerTester;
  /external/protobuf/gtest/samples/
sample8_unittest.cc 83 using ::testing::TestWithParam;
84 using ::testing::Bool;
85 using ::testing::Values;
86 using ::testing::Combine;
  /external/protobuf/gtest/test/
gtest-message_test.cc 40 using ::testing::Message;
41 using ::testing::internal::StrStream;
45 static testing::internal::String result;
50 // Tests the testing::Message class
149 EXPECT_STREQ("Hello", testing::internal::StrStreamToString(&ss).c_str());
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
GraphHolder.java 17 package com.google.android.apps.common.testing.ui.espresso;
22 import com.google.android.apps.common.testing.testrunner.UsageTrackerRegistry;
23 import com.google.android.apps.common.testing.ui.espresso.base.BaseLayerModule;
24 import com.google.android.apps.common.testing.ui.espresso.base.IdlingResourceRegistry;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
TypeTextActionTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
23 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
24 import com.google.android.apps.common.testing.ui.espresso.PerformException;
25 import com.google.android.apps.common.testing.ui.espresso.UiController;
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
ViewPagerActivity.java 17 package com.google.android.apps.common.testing.ui.testapp;
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
WakeUpCall.java 17 package com.android.testing.alarmservice;
29 public static final String WAKEUP_CALL = "com.android.testing.alarmservice.WAKEUP";
  /ndk/sources/third_party/googletest/googletest/samples/
sample8_unittest.cc 83 using ::testing::TestWithParam;
84 using ::testing::Bool;
85 using ::testing::Values;
86 using ::testing::Combine;
  /ndk/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 36 // --gtest_break_on_failure flag. This file is used for testing such
85 testing::InitGoogleTest(&argc, argv);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/testing/
NeededForTesting.java 17 package com.android.contacts.common.testing;
  /external/chromium_org/ash/test/
ash_test_helper_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
17 class AshTestHelperTest : public testing::Test {
23 testing::Test::SetUp();
30 testing::Test::TearDown();
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
destroy_partitions_operation_unittest.cc 15 using testing::_;
16 using testing::AnyNumber;
17 using testing::AtLeast;
  /external/chromium_org/chrome/browser/local_discovery/
test_service_discovery_client.cc 24 EXPECT_CALL(mock_socket_factory_, OnSendTo(testing::_))
25 .Times(testing::AnyNumber())
26 .WillRepeatedly(testing::Invoke(this,
  /external/chromium_org/chrome/browser/plugins/
plugin_installer_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
17 using ::testing::_;
51 new testing::StrictMock<content::MockDownloadItem>());
53 .WillByDefault(testing::Return(content::DownloadItem::IN_PROGRESS));
107 DownloadUrlMock(testing::Property(
109 .WillOnce(testing::DoAll(
124 .WillOnce(testing::Return(content::DownloadItem::COMPLETE));
137 DownloadUrlMock(testing::Property(
140 testing::DoAll(InvokeOnStartedCallback
    [all...]
  /external/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory_browsertest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
16 using ::testing::_;
17 using ::testing::Eq;
18 using ::testing::StrictMock;
  /external/chromium_org/chromeos/cryptohome/
mock_homedir_methods.cc 9 using ::testing::Invoke;
10 using ::testing::WithArgs;
11 using ::testing::_;
  /external/chromium_org/components/dom_distiller/core/
article_entry_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
13 using testing::AssertionResult;
14 using testing::AssertionSuccess;
15 using testing::AssertionFailure;
  /external/chromium_org/components/policy/core/common/cloud/
mock_device_management_service.h 13 #include "testing/gmock/include/gmock/gmock.h"
64 testing::Action<CreateJobFunction> SucceedJob(
68 testing::Action<CreateJobFunction> FailJob(DeviceManagementStatus status);
72 testing::Action<CreateJobFunction> CreateAsyncJob(
  /external/chromium_org/content/public/test/
content_test_suite_base.cc 18 #include "testing/gtest/include/gtest/gtest.h"
41 class ContentTestSuiteBaseListener : public testing::EmptyTestEventListener {
45 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE {
71 testing::UnitTest::GetInstance()->listeners().Append(
  /external/chromium_org/net/spdy/
spdy_protocol_test.cc 14 #include "testing/gtest/include/gtest/gtest.h"
28 : public ::testing::TestWithParam<SpdyProtocolTestTypes> {
41 ::testing::Values(SPDY2, SPDY3));
70 ::testing::Values(SPDY2, SPDY3));
  /external/chromium_org/net/tools/quic/
quic_client_session_test.cc 14 #include "testing/gtest/include/gtest/gtest.h"
20 using testing::_;
31 : public ::testing::TestWithParam<QuicVersion> {
57 ::testing::ValuesIn(QuicSupportedVersions()));
  /external/chromium_org/testing/gtest/include/gtest/
gtest-death-test.h 32 // The Google C++ Testing Framework (Google Test)
43 namespace testing { namespace
92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
214 // The death testing framework causes this to have interesting semantics,
292 } // namespace testing
  /external/chromium_org/testing/gtest/test/
gtest_env_var_test_.cc 32 // A helper program for testing that Google Test parses the environment
45 namespace testing { namespace
114 } // namespace testing
117 testing::InitGoogleTest(&argc, argv);
124 testing::PrintFlag(argv[1]);
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
char_test.cpp 14 public testing::WithParamInterface<int>
83 using testing::_;
97 testing::Range(CHAR_MIN, CHAR_MAX + 1));

Completed in 1471 milliseconds

<<21222324252627282930>>