|
Monero
|
#include <gmock-spec-builders.h>


Public Types | |
| typedef Function< F >::Result | Result |
| typedef Function< F >::ArgumentTuple | ArgumentTuple |
| typedef Function< F >::ArgumentMatcherTuple | ArgumentMatcherTuple |
Protected Types | |
| typedef ActionResultHolder< Result > | ResultHolder |
| Protected Types inherited from testing::internal::UntypedFunctionMockerBase | |
| typedef std::vector< const void * > | UntypedOnCallSpecs |
| typedef std::vector< internal::linked_ptr< ExpectationBase > > | UntypedExpectations |
Protected Member Functions | |
| Result | InvokeWith (const ArgumentTuple &args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| OnCallSpec< F > & | AddNewOnCallSpec (const char *file, int line, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| TypedExpectation< F > & | AddNewExpectation (const char *file, int line, const string &source_text, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| MockSpec< F > & | current_spec () |
| Protected Member Functions inherited from testing::internal::UntypedFunctionMockerBase | |
| Expectation | GetHandleOf (ExpectationBase *exp) |
Private Member Functions | |
| void | DescribeDefaultActionTo (const ArgumentTuple &args, ::std::ostream *os) const |
| virtual void | UntypedDescribeUninterestingCall (const void *untyped_args, ::std::ostream *os) const GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| virtual const ExpectationBase * | UntypedFindMatchingExpectation (const void *untyped_args, const void **untyped_action, bool *is_excessive, ::std::ostream *what, ::std::ostream *why) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| virtual void | UntypedPrintArgs (const void *untyped_args, ::std::ostream *os) const |
| TypedExpectation< F > * | FindMatchingExpectationLocked (const ArgumentTuple &args) const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| void | FormatUnexpectedCallMessageLocked (const ArgumentTuple &args, ::std::ostream *os, ::std::ostream *why) const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| void | PrintTriedExpectationsLocked (const ArgumentTuple &args, ::std::ostream *why) const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (FunctionMockerBase) | |
Private Attributes | |
| MockSpec< F > | current_spec_ |
Friends | |
| template<typename Function> | |
| class | MockSpec |
| template<typename Func> | |
| class | TypedExpectation |
Additional Inherited Members | |
| Protected Attributes inherited from testing::internal::UntypedFunctionMockerBase | |
| const void * | mock_obj_ |
| const char * | name_ |
| UntypedOnCallSpecs | untyped_on_call_specs_ |
| UntypedExpectations | untyped_expectations_ |
| typedef Function<F>::ArgumentMatcherTuple testing::internal::FunctionMockerBase< F >::ArgumentMatcherTuple |
| typedef Function<F>::ArgumentTuple testing::internal::FunctionMockerBase< F >::ArgumentTuple |
| typedef Function<F>::Result testing::internal::FunctionMockerBase< F >::Result |
|
protected |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inlineprotected |
|
inlinevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
|
inlineprotected |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inlineprivate |
|
private |
|
inlineprotected |
|
inline |
|
inlineprivate |
|
inlineprivatevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
|
inlineprivatevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
|
inlinevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
|
inlinevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
|
inlineprivatevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
|
private |