Home | History | Annotate | Download | only in test

Lines Matching refs:StrictMock

58 using testing::StrictMock;
211 StrictMock<MockFoo> strict_foo;
219 StrictMock<MockFoo> strict_foo;
228 StrictMock<MockFoo> strict_foo;
237 StrictMock<MockFoo>* const strict_foo = new StrictMock<MockFoo>;
246 // Tests that StrictMock works with a mock class that has a
249 StrictMock<MockBar> strict_bar("hi");
256 // Tests that StrictMock works with a mock class that has a 10-ary
259 StrictMock<MockBar> strict_bar('a', 'b', "c", "d", 'e', 'f',
268 // Tests that StrictMock<Mock> compiles where Mock is a user-defined
271 // StrictMock to be looked up in the wrong context, and this test
277 StrictMock< ::Mock> strict;