HomeSort by relevance Sort by last modified time
    Searched defs:NaggyMock (Results 1 - 2 of 2) sorted by null

  /external/googletest/googlemock/include/gmock/
gmock-generated-nice-strict.h 36 // 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 {
180 NaggyMock() {
188 explicit NaggyMock(const A1& a1) : MockClass(a1)
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 36 // 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 {
180 NaggyMock() {
188 explicit NaggyMock(const A1& a1) : MockClass(a1)
    [all...]

Completed in 865 milliseconds