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 71 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExpectedCallToVoidFunction | |||
) |
Definition at line 80 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExplicitActionsRunOut | |||
) |
Definition at line 89 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCall | |||
) |
Definition at line 95 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCallToVoidFunction | |||
) |
Definition at line 102 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCall | |||
) |
Definition at line 109 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCallToVoidFunction | |||
) |
Definition at line 116 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCall | |||
) |
Definition at line 123 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCallToVoidFunction | |||
) |
Definition at line 127 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
RetiredExpectation | |||
) |
Definition at line 131 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedPrerequisite | |||
) |
Definition at line 140 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedPrerequisites | |||
) |
Definition at line 154 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedWith | |||
) |
Definition at line 167 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedExpectation | |||
) |
Definition at line 171 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchArguments | |||
) |
Definition at line 178 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchWith | |||
) |
Definition at line 186 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchArgumentsAndWith | |||
) |
Definition at line 193 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCallWithDefaultAction | |||
) |
Definition at line 200 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCallWithDefaultAction | |||
) |
Definition at line 210 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCallWithDefaultAction | |||
) |
Definition at line 223 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExplicitActionsRunOutWithDefaultAction | |||
) |
Definition at line 231 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
CatchesLeakedMocks | |||
) |
Definition at line 239 of file gmock_output_test_.cc.
MATCHER_P2 | ( | IsPair | , |
first | , | ||
second | , | ||
"" | |||
) |
Definition at line 256 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
PrintsMatcher | |||
) |
Definition at line 260 of file gmock_output_test_.cc.
void TestCatchesLeakedMocksInAdHocTests | ( | ) |
Definition at line 265 of file gmock_output_test_.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 275 of file gmock_output_test_.cc.