|
Monero
|
Classes | |
| class | FooInterface |
| class | MockFoo |
| class | FunctionMockerTest |
| class | MockB |
| class | StackInterface |
| class | MockStack |
| class | MockOverloadedOnArgNumber |
| class | MockOverloadedOnConstness |
| class | MockFunction |
Typedefs | |
| typedef ::std::string | string |
Functions | |
| TEST_F (FunctionMockerTest, MocksVoidFunction) | |
| TEST_F (FunctionMockerTest, MocksNullaryFunction) | |
| TEST_F (FunctionMockerTest, MocksUnaryFunction) | |
| TEST_F (FunctionMockerTest, MocksBinaryFunction) | |
| TEST_F (FunctionMockerTest, MocksDecimalFunction) | |
| TEST_F (FunctionMockerTest, MocksFunctionWithNonConstReferenceArgument) | |
| TEST_F (FunctionMockerTest, MocksFunctionWithConstReferenceArgument) | |
| TEST_F (FunctionMockerTest, MocksFunctionWithConstArgument) | |
| TEST_F (FunctionMockerTest, MocksFunctionsOverloadedOnArgumentNumber) | |
| TEST_F (FunctionMockerTest, MocksFunctionsOverloadedOnArgumentType) | |
| TEST_F (FunctionMockerTest, MocksFunctionsOverloadedOnConstnessOfThis) | |
| TEST_F (FunctionMockerTest, MocksReturnTypeWithComma) | |
| TEST (ExpectCallTest, UnmentionedFunctionCanBeCalledAnyNumberOfTimes) | |
| TEST (TemplateMockTest, Works) | |
| TEST (TemplateMockTest, MethodWithCommaInReturnTypeWorks) | |
| TEST (OverloadedMockMethodTest, CanOverloadOnArgNumberInMacroBody) | |
| TEST (OverloadedMockMethodTest, CanOverloadOnConstnessInMacroBody) | |
| TEST (MockFunctionTest, WorksForVoidNullary) | |
| TEST (MockFunctionTest, WorksForNonVoidNullary) | |
| TEST (MockFunctionTest, WorksForVoidUnary) | |
| TEST (MockFunctionTest, WorksForNonVoidBinary) | |
| TEST (MockFunctionTest, WorksFor10Arguments) | |
| template<typename T> | |
| Matcher< T > | An () |
| GTEST_API_ Cardinality | AnyNumber () |
| template<typename T> | |
| const T & | Const (const T &x) |
| internal::DoDefaultAction | DoDefault () |
| template<typename T> | |
| internal::EqMatcher< T > | Eq (T x) |
| template<typename Rhs> | |
| internal::LtMatcher< Rhs > | Lt (Rhs x) |
| template<typename T> | |
| internal::RefMatcher< T & > | Ref (T &x) |
| template<typename R> | |
| internal::ReturnRefAction< R > | ReturnRef (R &x) |
| template<typename Lhs, typename Rhs> | |
| Matcher< Lhs > | TypedEq (const Rhs &rhs) |
Variables | |
| const internal::AnythingMatcher | _ |
| typedef ::std::string testing::internal::string |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| testing::gmock_generated_function_mockers_test::TEST | ( | ExpectCallTest | , |
| UnmentionedFunctionCanBeCalledAnyNumberOfTimes | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
| WorksFor10Arguments | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
| WorksForNonVoidBinary | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
| WorksForNonVoidNullary | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
| WorksForVoidNullary | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
| WorksForVoidUnary | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | OverloadedMockMethodTest | , |
| CanOverloadOnArgNumberInMacroBody | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | OverloadedMockMethodTest | , |
| CanOverloadOnConstnessInMacroBody | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | TemplateMockTest | , |
| MethodWithCommaInReturnTypeWorks | ) |
| testing::gmock_generated_function_mockers_test::TEST | ( | TemplateMockTest | , |
| Works | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksBinaryFunction | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksDecimalFunction | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksFunctionsOverloadedOnArgumentNumber | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksFunctionsOverloadedOnArgumentType | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksFunctionsOverloadedOnConstnessOfThis | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksFunctionWithConstArgument | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksFunctionWithConstReferenceArgument | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksFunctionWithNonConstReferenceArgument | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksNullaryFunction | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksReturnTypeWithComma | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksUnaryFunction | ) |
| testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
| MocksVoidFunction | ) |
|
inline |