#include "gmock/gmock.h"#include <stdio.h>#include <string>#include "gtest/gtest.h"
Go to the source code of this file.
| Classes | |
| class | GMockOutputTest | 
| class | MockFoo | 
| Functions | |
| int | main (int argc, char **argv) | 
| MATCHER_P2 (IsPair, first, second, "") | |
| TEST_F (GMockOutputTest, CatchesLeakedMocks) | |
| TEST_F (GMockOutputTest, ExcessiveCall) | |
| TEST_F (GMockOutputTest, ExcessiveCallToVoidFunction) | |
| TEST_F (GMockOutputTest, ExcessiveCallWithDefaultAction) | |
| TEST_F (GMockOutputTest, ExpectedCall) | |
| TEST_F (GMockOutputTest, ExpectedCallToVoidFunction) | |
| TEST_F (GMockOutputTest, ExplicitActionsRunOut) | |
| TEST_F (GMockOutputTest, ExplicitActionsRunOutWithDefaultAction) | |
| TEST_F (GMockOutputTest, MismatchArguments) | |
| TEST_F (GMockOutputTest, MismatchArgumentsAndWith) | |
| TEST_F (GMockOutputTest, MismatchWith) | |
| TEST_F (GMockOutputTest, PrintsMatcher) | |
| TEST_F (GMockOutputTest, RetiredExpectation) | |
| TEST_F (GMockOutputTest, UnexpectedCall) | |
| TEST_F (GMockOutputTest, UnexpectedCallToVoidFunction) | |
| TEST_F (GMockOutputTest, UnexpectedCallWithDefaultAction) | |
| TEST_F (GMockOutputTest, UninterestingCall) | |
| TEST_F (GMockOutputTest, UninterestingCallToVoidFunction) | |
| TEST_F (GMockOutputTest, UninterestingCallWithDefaultAction) | |
| TEST_F (GMockOutputTest, UnsatisfiedExpectation) | |
| TEST_F (GMockOutputTest, UnsatisfiedPrerequisite) | |
| TEST_F (GMockOutputTest, UnsatisfiedPrerequisites) | |
| TEST_F (GMockOutputTest, UnsatisfiedWith) | |
| void | TestCatchesLeakedMocksInAdHocTests () | 
Definition at line 296 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
Definition at line 277 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| CatchesLeakedMocks | |||
| ) | 
Definition at line 260 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| ExcessiveCall | |||
| ) | 
Definition at line 114 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| ExcessiveCallToVoidFunction | |||
| ) | 
Definition at line 121 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| ExcessiveCallWithDefaultAction | |||
| ) | 
Definition at line 224 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| ExpectedCall | |||
| ) | 
Definition at line 74 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| ExpectedCallToVoidFunction | |||
| ) | 
Definition at line 83 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| ExplicitActionsRunOut | |||
| ) | 
Definition at line 92 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| ExplicitActionsRunOutWithDefaultAction | |||
| ) | 
Definition at line 249 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| MismatchArguments | |||
| ) | 
Definition at line 188 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| MismatchArgumentsAndWith | |||
| ) | 
Definition at line 204 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| MismatchWith | |||
| ) | 
Definition at line 196 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| PrintsMatcher | |||
| ) | 
Definition at line 281 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| RetiredExpectation | |||
| ) | 
Definition at line 136 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UnexpectedCall | |||
| ) | 
Definition at line 100 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UnexpectedCallToVoidFunction | |||
| ) | 
Definition at line 107 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UnexpectedCallWithDefaultAction | |||
| ) | 
Definition at line 212 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UninterestingCall | |||
| ) | 
Definition at line 128 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UninterestingCallToVoidFunction | |||
| ) | 
Definition at line 132 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UninterestingCallWithDefaultAction | |||
| ) | 
Definition at line 239 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UnsatisfiedExpectation | |||
| ) | 
Definition at line 180 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UnsatisfiedPrerequisite | |||
| ) | 
Definition at line 146 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UnsatisfiedPrerequisites | |||
| ) | 
Definition at line 160 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| TEST_F | ( | GMockOutputTest | , | 
| UnsatisfiedWith | |||
| ) | 
Definition at line 176 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.
| void TestCatchesLeakedMocksInAdHocTests | ( | ) | 
Definition at line 286 of file bloaty/third_party/googletest/googlemock/test/gmock_output_test_.cc.