![]() |
- 3.0.1 core module.
|
Classes | |
| class | MockFoo |
| class | GMockOutputTest |
Functions | |
| TEST_F (GMockOutputTest, ExpectedCall) | |
| TEST_F (GMockOutputTest, ExpectedCallToVoidFunction) | |
| TEST_F (GMockOutputTest, ExplicitActionsRunOut) | |
| TEST_F (GMockOutputTest, UnexpectedCall) | |
| TEST_F (GMockOutputTest, UnexpectedCallToVoidFunction) | |
| TEST_F (GMockOutputTest, ExcessiveCall) | |
| TEST_F (GMockOutputTest, ExcessiveCallToVoidFunction) | |
| TEST_F (GMockOutputTest, UninterestingCall) | |
| TEST_F (GMockOutputTest, UninterestingCallToVoidFunction) | |
| TEST_F (GMockOutputTest, RetiredExpectation) | |
| TEST_F (GMockOutputTest, UnsatisfiedPrerequisite) | |
| TEST_F (GMockOutputTest, UnsatisfiedPrerequisites) | |
| TEST_F (GMockOutputTest, UnsatisfiedWith) | |
| TEST_F (GMockOutputTest, UnsatisfiedExpectation) | |
| TEST_F (GMockOutputTest, MismatchArguments) | |
| TEST_F (GMockOutputTest, MismatchWith) | |
| TEST_F (GMockOutputTest, MismatchArgumentsAndWith) | |
| TEST_F (GMockOutputTest, UnexpectedCallWithDefaultAction) | |
| TEST_F (GMockOutputTest, ExcessiveCallWithDefaultAction) | |
| TEST_F (GMockOutputTest, UninterestingCallWithDefaultAction) | |
| TEST_F (GMockOutputTest, ExplicitActionsRunOutWithDefaultAction) | |
| TEST_F (GMockOutputTest, CatchesLeakedMocks) | |
| MATCHER_P2 (IsPair, first, second,"") | |
| TEST_F (GMockOutputTest, PrintsMatcher) | |
| void | TestCatchesLeakedMocksInAdHocTests () |
| int | main (int argc, char **argv) |
| TEST_F | ( | GMockOutputTest | , |
| ExpectedCall | |||
| ) |
References EXPECT_CALL, GMOCK_FLAG, and verbose.
| TEST_F | ( | GMockOutputTest | , |
| ExpectedCallToVoidFunction | |||
| ) |
References EXPECT_CALL, GMOCK_FLAG, and verbose.
| TEST_F | ( | GMockOutputTest | , |
| ExplicitActionsRunOut | |||
| ) |
References EXPECT_CALL, and testing::Return().
| TEST_F | ( | GMockOutputTest | , |
| UnexpectedCall | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| UnexpectedCallToVoidFunction | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| ExcessiveCall | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| ExcessiveCallToVoidFunction | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| UninterestingCall | |||
| ) |
| TEST_F | ( | GMockOutputTest | , |
| UninterestingCallToVoidFunction | |||
| ) |
| TEST_F | ( | GMockOutputTest | , |
| RetiredExpectation | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| UnsatisfiedPrerequisite | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| UnsatisfiedPrerequisites | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| UnsatisfiedWith | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| UnsatisfiedExpectation | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| MismatchArguments | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| MismatchWith | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| MismatchArgumentsAndWith | |||
| ) |
References EXPECT_CALL.
| TEST_F | ( | GMockOutputTest | , |
| UnexpectedCallWithDefaultAction | |||
| ) |
References EXPECT_CALL, ON_CALL, and testing::Return().
| TEST_F | ( | GMockOutputTest | , |
| ExcessiveCallWithDefaultAction | |||
| ) |
References EXPECT_CALL, ON_CALL, and testing::Return().
| TEST_F | ( | GMockOutputTest | , |
| UninterestingCallWithDefaultAction | |||
| ) |
References ON_CALL, and testing::Return().
| TEST_F | ( | GMockOutputTest | , |
| ExplicitActionsRunOutWithDefaultAction | |||
| ) |
References EXPECT_CALL, ON_CALL, and testing::Return().
| TEST_F | ( | GMockOutputTest | , |
| CatchesLeakedMocks | |||
| ) |
References testing::AnyNumber(), EXPECT_CALL, ON_CALL, and testing::Return().
| MATCHER_P2 | ( | IsPair | , |
| first | , | ||
| second | , | ||
| "" | |||
| ) |
| TEST_F | ( | GMockOutputTest | , |
| PrintsMatcher | |||
| ) |
References EXPECT_THAT.
| void TestCatchesLeakedMocksInAdHocTests | ( | ) |
References EXPECT_CALL.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References GMOCK_FLAG, testing::InitGoogleMock(), RUN_ALL_TESTS(), TestCatchesLeakedMocksInAdHocTests(), and verbose.