HomeSort by relevance Sort by last modified time
    Searched refs:NiceMock (Results 1 - 11 of 11) sorted by null

  /external/chromium/testing/gmock/test/
gmock-nice-strict_test.cc 57 using testing::NiceMock;
114 NiceMock<MockFoo> nice_foo;
125 NiceMock<MockFoo>* const nice_foo = new NiceMock<MockFoo>;
138 NiceMock<MockFoo> nice_foo;
158 NiceMock<MockFoo> nice_foo;
166 NiceMock<MockFoo> nice_foo;
172 // Tests that NiceMock works with a mock class that has a non-default
175 NiceMock<MockBar> nice_bar("hi");
182 // Tests that NiceMock works with a mock class that has a 10-ar
    [all...]
  /external/chromium/chrome/browser/sync/
sync_ui_util_unittest.cc 14 using ::testing::NiceMock;
18 NiceMock<ProfileSyncServiceMock> service;
backend_migrator_unittest.cc 16 using ::testing::NiceMock;
84 NiceMock<ProfileSyncServiceMock> service_;
85 NiceMock<DataTypeManagerMock> manager_;
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 34 // Implements class templates NiceMock and StrictMock.
37 // NiceMock<MockFoo> is a subclass of MockFoo that allows
42 // NiceMock and StrictMock "inherits" the constructors of their
44 // write NiceMock<MockFoo>(5, "a") to construct a nice mock where
48 // A known limitation is that NiceMock<MockFoo> and
53 // particular, nesting NiceMock and StrictMock is NOT supported.
68 class NiceMock : public MockClass {
72 NiceMock() {
80 explicit NiceMock(const A1& a1) : MockClass(a1) {
85 NiceMock(const A1& a1, const A2& a2) : MockClass(a1, a2)
    [all...]
gmock-spec-builders.h 392 friend class NiceMock;
    [all...]
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 23 using ::testing::NiceMock;
65 frame_.reset(new NiceMock<MockWebFrame>());
66 url_loader_ = new NiceMock<MockWebURLLoader>();
149 NiceMock<MockWebURLLoader>* url_loader_;
152 scoped_ptr<NiceMock<MockWebFrame> > frame_;
181 frame_.reset(new NiceMock<MockWebFrame>());
182 url_loader_ = new NiceMock<MockWebURLLoader>();
buffered_data_source_unittest.cc 30 using ::testing::NiceMock;
122 frame_.reset(new NiceMock<MockWebFrame>());
128 scoped_refptr<NiceMock<MockBufferedResourceLoader> > first_loader(
129 new NiceMock<MockBufferedResourceLoader>());
149 loader_ = new NiceMock<MockBufferedResourceLoader>();
297 NiceMock<MockBufferedResourceLoader> *new_loader =
298 new NiceMock<MockBufferedResourceLoader>();
369 NiceMock<MockBufferedResourceLoader> *new_loader =
370 new NiceMock<MockBufferedResourceLoader>();
410 scoped_refptr<NiceMock<MockBufferedResourceLoader> > loader_
    [all...]
buffered_resource_loader_unittest.cc 33 using ::testing::NiceMock;
83 frame_.reset(new NiceMock<MockWebFrame>());
85 url_loader_ = new NiceMock<MockWebURLLoader>();
233 NiceMock<MockWebURLLoader>* url_loader_;
234 scoped_ptr<NiceMock<MockWebFrame> > frame_;
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui_unittest.cc 27 using testing::NiceMock;
56 profile_.reset(new NiceMock<ProfileMock>());
68 NiceMock<ProfileMock>* GetProfileMock() {
69 return static_cast<NiceMock<ProfileMock>*>(profile());
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 27 using ::testing::NiceMock;
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 32 using ::testing::NiceMock;
115 mock_profile_ = new NiceMock<MockTestingProfile>();

Completed in 8976 milliseconds