Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
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 | |||
) |
Definition at line 74 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExpectedCallToVoidFunction | |||
) |
Definition at line 83 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExplicitActionsRunOut | |||
) |
Definition at line 92 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCall | |||
) |
Definition at line 100 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCallToVoidFunction | |||
) |
Definition at line 107 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCall | |||
) |
Definition at line 114 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCallToVoidFunction | |||
) |
Definition at line 121 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCall | |||
) |
Definition at line 128 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCallToVoidFunction | |||
) |
Definition at line 132 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
RetiredExpectation | |||
) |
Definition at line 136 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedPrerequisite | |||
) |
Definition at line 146 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedPrerequisites | |||
) |
Definition at line 160 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedWith | |||
) |
Definition at line 176 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedExpectation | |||
) |
Definition at line 180 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchArguments | |||
) |
Definition at line 188 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchWith | |||
) |
Definition at line 196 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchArgumentsAndWith | |||
) |
Definition at line 204 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCallWithDefaultAction | |||
) |
Definition at line 212 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCallWithDefaultAction | |||
) |
Definition at line 224 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCallWithDefaultAction | |||
) |
Definition at line 239 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExplicitActionsRunOutWithDefaultAction | |||
) |
Definition at line 249 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
CatchesLeakedMocks | |||
) |
Definition at line 260 of file gmock_output_test_.cc.
MATCHER_P2 | ( | IsPair | , |
first | , | ||
second | , | ||
"" | |||
) |
Definition at line 277 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
PrintsMatcher | |||
) |
Definition at line 281 of file gmock_output_test_.cc.
void TestCatchesLeakedMocksInAdHocTests | ( | ) |
Definition at line 286 of file gmock_output_test_.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 296 of file gmock_output_test_.cc.