Home | History | Annotate | Download | only in test

Lines Matching refs:StrictMock

59 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<MockBar> strict_bar('a', 'b', "c", "d", 'e', 'f',
408 // Tests that StrictMock<Mock> compiles where Mock is a user-defined
411 // StrictMock to be looked up in the wrong context, and this test
417 StrictMock< ::Mock> strict;