Searched refs:NaggyMock (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc57 using testing::NaggyMock;
263 NaggyMock<MockFoo> naggy_foo;
280 NaggyMock<MockFoo>* const naggy_foo = new NaggyMock<MockFoo>;
297 NaggyMock<MockFoo> naggy_foo;
305 NaggyMock<MockFoo> naggy_foo;
312 // Tests that NaggyMock works with a mock class that has a non-default
315 NaggyMock<MockBar> naggy_bar("hi");
322 // Tests that NaggyMock works with a mock class that has a 10-ary
325 NaggyMock<MockBa
[all...]
H A Dgmock_output_test_.cc46 using testing::NaggyMock;
65 NaggyMock<MockFoo> foo_;
H A Dgmock-spec-builders_test.cc89 using testing::NaggyMock;
916 NaggyMock<MockB> b;
1986 NaggyMock<MockC> c;
2000 NaggyMock<MockC> c;
2031 NaggyMock<MockB> b;
2043 NaggyMock<MockC> c;
2115 NaggyMock<MockA> a;
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-nice-strict.h36 // Implements class templates NiceMock, NaggyMock, and StrictMock.
41 // EXPECT_CALL specs), NaggyMock<MockFoo> is a subclass of MockFoo
47 // NaggyMock<MockFoo> behave like the same. However, we will soon
50 // stop behaving like NaggyMock<MockFoo> and start behaving like
53 // NiceMock, NaggyMock, and StrictMock "inherit" the constructors of
59 // A known limitation is that NiceMock<MockFoo>, NaggyMock<MockFoo>,
64 // In particular, nesting NiceMock, NaggyMock, and StrictMock is NOT
176 class NaggyMock : public MockClass { class in namespace:testing
180 NaggyMock() { function in class:testing::NaggyMock
188 explicit NaggyMock(cons function in class:testing::NaggyMock
193 NaggyMock(const A1& a1, const A2& a2) : MockClass(a1, a2) { function in class:testing::NaggyMock
199 NaggyMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) { function in class:testing::NaggyMock
205 NaggyMock(const A1& a1, const A2& a2, const A3& a3, function in class:testing::NaggyMock
212 NaggyMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::NaggyMock
220 NaggyMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::NaggyMock
228 NaggyMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::NaggyMock
237 NaggyMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::NaggyMock
246 NaggyMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::NaggyMock
255 NaggyMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::NaggyMock
[all...]
H A Dgmock-spec-builders.h404 friend class NaggyMock;

Completed in 21 milliseconds