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

<<121122123124125126127128129130>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 44 #include <google/protobuf/testing/googletest.h>
91 SCOPED_TRACE(testing::Message() \
111 SCOPED_TRACE(testing::Message() \
125 class CodedStreamTest : public testing::Test {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 26 #include "testing/gtest/include/gtest/gtest.h"
52 testing::AssertionResult ValuesEq(
57 return testing::AssertionSuccess();
60 return testing::AssertionFailure() <<
64 return testing::AssertionFailure() <<
68 return testing::AssertionFailure() <<
71 return testing::AssertionSuccess();
76 testing::AssertionResult SettingsEq(
81 return testing::AssertionFailure() <<
179 // Testing value stores don't actually create a real database. Don't delet
    [all...]
settings_apitest.cc 27 #include "testing/gmock/include/gmock/gmock.h"
49 using testing::Mock;
50 using testing::Return;
51 using testing::_;
364 // be testing is that the areas don't overlap.
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_service_unittest.cc 44 #include "testing/gtest/include/gtest/gtest.h"
46 using testing::AnyNumber;
47 using testing::AtLeast;
48 using testing::Mock;
49 using testing::SaveArg;
50 using testing::_;
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_messages_apitest.cc 200 testing::AssertionResult AreAnyNonWebApisDefinedForMainFrame() {
205 testing::AssertionResult AreAnyNonWebApisDefinedForIFrame() {
212 testing::AssertionResult AreAnyNonWebApisDefinedForFrame(
253 testing::AssertionSuccess() : testing::AssertionFailure();
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 23 #include "testing/gmock/include/gmock/gmock.h"
24 #include "testing/gtest/include/gtest/gtest.h"
27 using ::testing::Invoke;
28 using ::testing::Mock;
29 using ::testing::StrictMock;
30 using ::testing::_;
44 // Ignore the delay when testing.
63 class ClientSideDetectionServiceTest : public testing::Test {
  /external/chromium_org/chrome/browser/signin/
account_reconcilor_unittest.cc 33 #include "testing/gmock/include/gmock/gmock.h"
34 #include "testing/gtest/include/gtest/gtest.h"
47 class MockAccountReconcilor : public testing::StrictMock<AccountReconcilor> {
83 : testing::StrictMock<AccountReconcilor>(token_service,
89 class AccountReconcilorTest : public ::testing::TestWithParam<bool> {
139 if (!::testing::UnitTest::GetInstance()->current_test_info()->value_param() ||
766 testing::Bool());
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc 33 #include "testing/gtest/include/gtest/gtest.h"
55 using testing::AllOf;
56 using testing::Mock;
57 using testing::Property;
58 using testing::Return;
59 using testing::_;
89 // load and injects JavaScript testing code.
    [all...]
  /external/chromium_org/components/dom_distiller/core/
distiller_unittest.cc 25 #include "testing/gmock/include/gmock/gmock.h"
26 #include "testing/gtest/include/gtest/gtest.h"
33 using ::testing::Invoke;
34 using ::testing::Return;
35 using ::testing::_;
255 class DistillerTest : public testing::Test {
316 testing::InSequence s;
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager_unittest.cc 23 #include "testing/gmock/include/gmock/gmock.h"
24 #include "testing/gtest/include/gtest/gtest.h"
28 using ::testing::_;
29 using ::testing::Eq;
30 using ::testing::Mock;
31 using ::testing::Return;
103 class PasswordFormManagerTest : public testing::Test {
password_syncable_service_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
26 using testing::Invoke;
27 using testing::Return;
28 using testing::SetArgPointee;
29 using testing::_;
373 class PasswordSyncableServiceTest : public testing::Test,
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service_unittest.cc 23 #include "testing/gmock/include/gmock/gmock.h"
24 #include "testing/gtest/include/gtest/gtest.h"
26 using testing::Mock;
27 using testing::_;
35 // Encoded empty response messages for testing the error code paths.
50 class DeviceManagementServiceTestBase : public testing::Test {
204 public testing::WithParamInterface<FailedRequestParams> {
266 testing::Values(
328 // Simple query parameter parser for testing.
  /external/chromium_org/components/policy/core/common/
policy_service_impl_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
20 using ::testing::AnyNumber;
21 using ::testing::Mock;
22 using ::testing::Return;
23 using ::testing::_;
92 class PolicyServiceTest : public testing::Test {
  /external/chromium_org/media/base/
text_renderer_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
22 using ::testing::Eq;
23 using ::testing::Exactly;
24 using ::testing::Invoke;
25 using ::testing::_;
54 class TextRendererTest : public testing::Test {
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
16 : public testing::Test,
23 // testing::Test
49 ::testing::AssertionResult GesturesMatch(const GestureList& expected,
52 return ::testing::AssertionFailure()
59 return ::testing::AssertionFailure()
67 return ::testing::AssertionSuccess();
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 20 import static com.google.common.testing.SerializableTester.reserialize;
21 import static com.google.common.testing.SerializableTester.reserializeAndAssert;
31 import com.google.common.collect.testing.Helpers;
32 import com.google.common.testing.EqualsTester;
33 import com.google.common.testing.NullPointerTester;
306 // Not guaranteed by spec, but it works, and saves us from testing
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 44 #include <google/protobuf/testing/googletest.h>
92 SCOPED_TRACE(testing::Message() \
112 SCOPED_TRACE(testing::Message() \
126 class CodedStreamTest : public testing::Test {
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 47 #include <google/protobuf/testing/googletest.h>
553 class RepeatedFieldIteratorTest : public testing::Test {
602 class RepeatedPtrFieldIteratorTest : public testing::Test {
702 class RepeatedPtrFieldPtrsIteratorTest : public testing::Test {
849 class RepeatedFieldInsertionIteratorsTest : public testing::Test {
  /external/chromium_org/base/prefs/
pref_value_store_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
17 using testing::Mock;
18 using testing::_;
99 class PrefValueStoreTest : public testing::Test {
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader_unittest.cc 27 #include "testing/gtest/include/gtest/gtest.h"
41 class LocalReaderProxyTest : public ::testing::Test {
103 class NetworkReaderProxyTest : public ::testing::Test {
290 class DriveFileStreamReaderTest : public ::testing::Test {
  /external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc 23 #include "testing/gtest/include/gtest/gtest.h"
30 using testing::AssertionResult;
31 using testing::AssertionSuccess;
32 using testing::AssertionFailure;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_sync_unittest.cc 33 #include "testing/gtest/include/gtest/gtest.h"
55 class DriveFileSyncServiceSyncTest : public testing::Test {
267 SCOPED_TRACE(testing::Message() << "Verifying origin: " << origin);
300 SCOPED_TRACE(testing::Message() << "Verifying path: " << path.value());
  /external/chromium_org/chrome/installer/util/
install_util_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
21 using ::testing::_;
22 using ::testing::Return;
23 using ::testing::StrEq;
  /external/chromium_org/chrome/renderer/translate/
translate_helper_browsertest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
15 using testing::AtLeast;
16 using testing::Return;
17 using testing::_;
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_unittest.cc 24 #include "testing/gmock/include/gmock/gmock.h"
25 #include "testing/gtest/include/gtest/gtest.h"
27 using ::testing::InSequence;
28 using ::testing::Mock;
105 class VideoCaptureControllerTest : public testing::Test {

Completed in 1222 milliseconds

<<121122123124125126127128129130>>