#include "gmock/gmock.h"#include <errno.h>#include <iostream>#include <vector>#include "gtest/gtest.h"#include "gtest/internal/gtest-port.h"
Go to the source code of this file.
| Classes | |
| class | FieldHelper | 
| class | Interface | 
| class | InvokeHelper | 
| class | Mock | 
| Functions | |
| TEST (LinkTest, TestActionMacro) | |
| TEST (LinkTest, TestActionP2Macro) | |
| TEST (LinkTest, TestActionPMacro) | |
| TEST (LinkTest, TestAssign) | |
| TEST (LinkTest, TestDoAll) | |
| TEST (LinkTest, TestDoDefault) | |
| TEST (LinkTest, TestIgnoreResult) | |
| TEST (LinkTest, TestInvoke) | |
| TEST (LinkTest, TestInvokeArgument) | |
| TEST (LinkTest, TestInvokeWithoutArgs) | |
| TEST (LinkTest, TestMatcherA) | |
| TEST (LinkTest, TestMatcherAllOf) | |
| TEST (LinkTest, TestMatcherAnyOf) | |
| TEST (LinkTest, TestMatcherAnything) | |
| TEST (LinkTest, TestMatcherCast) | |
| TEST (LinkTest, TestMatcherContainerEq) | |
| TEST (LinkTest, TestMatcherContainsRegex) | |
| TEST (LinkTest, TestMatcherElementsAre) | |
| TEST (LinkTest, TestMatcherElementsAreArray) | |
| TEST (LinkTest, TestMatcherField) | |
| TEST (LinkTest, TestMatcherIsNull) | |
| TEST (LinkTest, TestMatcherIsSubsetOf) | |
| TEST (LinkTest, TestMatcherIsSupersetOf) | |
| TEST (LinkTest, TestMatcherMatchesRegex) | |
| TEST (LinkTest, TestMatcherNot) | |
| TEST (LinkTest, TestMatcherNotNull) | |
| TEST (LinkTest, TestMatcherPointee) | |
| TEST (LinkTest, TestMatcherProperty) | |
| TEST (LinkTest, TestMatcherRef) | |
| TEST (LinkTest, TestMatcherResultOf) | |
| TEST (LinkTest, TestMatchersEq) | |
| TEST (LinkTest, TestMatchersFloatingPoint) | |
| TEST (LinkTest, TestMatchersRelations) | |
| TEST (LinkTest, TestMatchersStringEquality) | |
| TEST (LinkTest, TestMatchersSubstrings) | |
| TEST (LinkTest, TestMatcherTruly) | |
| TEST (LinkTest, TestMatcherTypedEq) | |
| TEST (LinkTest, TestReturn) | |
| TEST (LinkTest, TestReturnNull) | |
| TEST (LinkTest, TestReturnRef) | |
| TEST (LinkTest, TestReturnVoid) | |
| TEST (LinkTest, TestSetArgPointee) | |
| TEST (LinkTest, TestSetArrayArgument) | |
| TEST (LinkTest, TestSetErrnoAndReturn) | |
| TEST (LinkTest, TestWithArg) | |
| TEST (LinkTest, TestWithArgs) | |
| TEST (LinkTest, TestWithoutArgs) | |
| TEST | ( | LinkTest | , | 
| TestActionMacro | |||
| ) | 
Definition at line 436 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestActionP2Macro | |||
| ) | 
Definition at line 466 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestActionPMacro | |||
| ) | 
Definition at line 448 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestAssign | |||
| ) | 
Definition at line 281 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestDoAll | |||
| ) | 
Definition at line 384 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestDoDefault | |||
| ) | 
Definition at line 394 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestIgnoreResult | |||
| ) | 
Definition at line 404 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestInvoke | |||
| ) | 
Definition at line 324 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestInvokeArgument | |||
| ) | 
Definition at line 349 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestInvokeWithoutArgs | |||
| ) | 
Definition at line 336 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherA | |||
| ) | 
Definition at line 483 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherAllOf | |||
| ) | 
Definition at line 667 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherAnyOf | |||
| ) | 
Definition at line 673 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherAnything | |||
| ) | 
Definition at line 476 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherCast | |||
| ) | 
Definition at line 685 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherContainerEq | |||
| ) | 
Definition at line 617 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherContainsRegex | |||
| ) | 
Definition at line 554 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherElementsAre | |||
| ) | 
Definition at line 586 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherElementsAreArray | |||
| ) | 
Definition at line 593 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherField | |||
| ) | 
Definition at line 625 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherIsNull | |||
| ) | 
Definition at line 518 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherIsSubsetOf | |||
| ) | 
Definition at line 601 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherIsSupersetOf | |||
| ) | 
Definition at line 609 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherMatchesRegex | |||
| ) | 
Definition at line 561 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherNot | |||
| ) | 
Definition at line 679 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherNotNull | |||
| ) | 
Definition at line 511 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherPointee | |||
| ) | 
Definition at line 653 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherProperty | |||
| ) | 
Definition at line 636 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherRef | |||
| ) | 
Definition at line 525 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherResultOf | |||
| ) | 
Definition at line 647 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatchersEq | |||
| ) | 
Definition at line 490 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatchersFloatingPoint | |||
| ) | 
Definition at line 542 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatchersRelations | |||
| ) | 
Definition at line 500 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatchersStringEquality | |||
| ) | 
Definition at line 577 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatchersSubstrings | |||
| ) | 
Definition at line 568 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherTruly | |||
| ) | 
Definition at line 661 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestMatcherTypedEq | |||
| ) | 
Definition at line 533 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestReturn | |||
| ) | 
Definition at line 255 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestReturnNull | |||
| ) | 
Definition at line 264 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestReturnRef | |||
| ) | 
Definition at line 272 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestReturnVoid | |||
| ) | 
Definition at line 247 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestSetArgPointee | |||
| ) | 
Definition at line 290 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestSetArrayArgument | |||
| ) | 
Definition at line 299 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestSetErrnoAndReturn | |||
| ) | 
Definition at line 312 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestWithArg | |||
| ) | 
Definition at line 358 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestWithArgs | |||
| ) | 
Definition at line 367 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.
| TEST | ( | LinkTest | , | 
| TestWithoutArgs | |||
| ) | 
Definition at line 376 of file bloaty/third_party/googletest/googlemock/test/gmock_link_test.h.