Searched refs:StrictMock (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc59 using testing::StrictMock;
351 StrictMock<MockFoo> strict_foo;
359 StrictMock<MockFoo> strict_foo;
368 StrictMock<MockFoo> strict_foo;
377 StrictMock<MockFoo>* const strict_foo = new StrictMock<MockFoo>;
386 // Tests that StrictMock works with a mock class that has a
389 StrictMock<MockBar> strict_bar("hi");
396 // Tests that StrictMock works with a mock class that has a 10-ary
399 StrictMock<MockBa
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-nice-strict.h36 // Implements class templates NiceMock, NaggyMock, and StrictMock.
43 // StrictMock<MockFoo> is a subclass of MockFoo that treats all
53 // NiceMock, NaggyMock, and StrictMock "inherit" the constructors of
60 // and StrictMock<MockFoo> only works for mock methods defined using
64 // In particular, nesting NiceMock, NaggyMock, and StrictMock is NOT
272 class StrictMock : public MockClass { class in namespace:testing
276 StrictMock() { function in class:testing::StrictMock
284 explicit StrictMock(const A1& a1) : MockClass(a1) { function in class:testing::StrictMock
289 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) { function in class:testing::StrictMock
295 StrictMock(cons function in class:testing::StrictMock
301 StrictMock(const A1& a1, const A2& a2, const A3& a3, function in class:testing::StrictMock
308 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::StrictMock
316 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::StrictMock
324 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::StrictMock
333 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::StrictMock
342 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::StrictMock
351 StrictMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, function in class:testing::StrictMock
[all...]
H A Dgmock-spec-builders.h407 friend class StrictMock;

Completed in 12 milliseconds