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

  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-nice-strict.h 34 // Implements class templates NiceMock and StrictMock.
39 // EXPECT_CALL specs), and StrictMock<MockFoo> is a subclass of
42 // NiceMock and StrictMock "inherits" the constructors of their
49 // StrictMock<MockFoo> only works for mock methods defined using the
53 // particular, nesting NiceMock and StrictMock is NOT supported.
164 class StrictMock : public MockClass {
168 StrictMock() {
174 explicit StrictMock(const A1& a1) : MockClass(a1) {
179 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) {
185 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3)
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-nice-strict.h 36 // 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 {
276 StrictMock() {
284 explicit StrictMock(const A1& a1) : MockClass(a1) {
289 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) {
295 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3)
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-nice-strict.h 36 // 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 {
276 StrictMock() {
284 explicit StrictMock(const A1& a1) : MockClass(a1) {
289 StrictMock(const A1& a1, const A2& a2) : MockClass(a1, a2) {
295 StrictMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3)
    [all...]

Completed in 66 milliseconds