Wire Sysio Wire Sysion 1.0.0
|
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) |
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 297 of file gmock_output_test_.cc.
MATCHER_P2 | ( | IsPair | , |
first | , | ||
second | , | ||
"" | ) |
Definition at line 278 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
CatchesLeakedMocks | ) |
Definition at line 261 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCall | ) |
Definition at line 115 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCallToVoidFunction | ) |
Definition at line 122 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExcessiveCallWithDefaultAction | ) |
Definition at line 225 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExpectedCall | ) |
Definition at line 75 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExpectedCallToVoidFunction | ) |
Definition at line 84 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExplicitActionsRunOut | ) |
Definition at line 93 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
ExplicitActionsRunOutWithDefaultAction | ) |
Definition at line 250 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchArguments | ) |
Definition at line 189 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchArgumentsAndWith | ) |
Definition at line 205 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
MismatchWith | ) |
Definition at line 197 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
PrintsMatcher | ) |
Definition at line 282 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
RetiredExpectation | ) |
Definition at line 137 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCall | ) |
Definition at line 101 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCallToVoidFunction | ) |
Definition at line 108 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnexpectedCallWithDefaultAction | ) |
Definition at line 213 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCall | ) |
Definition at line 129 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCallToVoidFunction | ) |
Definition at line 133 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UninterestingCallWithDefaultAction | ) |
Definition at line 240 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedExpectation | ) |
Definition at line 181 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedPrerequisite | ) |
Definition at line 147 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedPrerequisites | ) |
Definition at line 161 of file gmock_output_test_.cc.
TEST_F | ( | GMockOutputTest | , |
UnsatisfiedWith | ) |
Definition at line 177 of file gmock_output_test_.cc.
void TestCatchesLeakedMocksInAdHocTests | ( | ) |
Definition at line 287 of file gmock_output_test_.cc.