Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
testing::internal::UntypedFunctionMockerBase Class Referenceabstract

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-spec-builders.h>

Inheritance diagram for testing::internal::UntypedFunctionMockerBase:
testing::internal::FunctionMockerBase< R() > testing::internal::FunctionMockerBase< R()> testing::internal::FunctionMockerBase< R(A1) > testing::internal::FunctionMockerBase< R(A1)> testing::internal::FunctionMockerBase< R(A1, A2) > testing::internal::FunctionMockerBase< R(A1, A2)> testing::internal::FunctionMockerBase< R(A1, A2, A3) > testing::internal::FunctionMockerBase< R(A1, A2, A3)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)> testing::internal::FunctionMockerBase< F >

Public Member Functions

 UntypedFunctionMockerBase ()
 
virtual ~UntypedFunctionMockerBase ()
 
virtual void ClearDefaultActionsLocked ()=0
 
const voidMockObject () const
 
const char * Name () const
 
void RegisterOwner (const void *mock_obj)
 
void SetOwnerAndName (const void *mock_obj, const char *name)
 
virtual void UntypedDescribeUninterestingCall (const void *untyped_args,::std::ostream *os) const =0
 
virtual const ExpectationBaseUntypedFindMatchingExpectation (const void *untyped_args, const void **untyped_action, bool *is_excessive,::std::ostream *what,::std::ostream *why)=0
 
const UntypedActionResultHolderBaseUntypedInvokeWith (const void *untyped_args)
 
virtual UntypedActionResultHolderBaseUntypedPerformAction (const void *untyped_action, const void *untyped_args) const =0
 
virtual UntypedActionResultHolderBaseUntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const =0
 
virtual void UntypedPrintArgs (const void *untyped_args,::std::ostream *os) const =0
 
bool VerifyAndClearExpectationsLocked ()
 

Protected Types

typedef std::vector< internal::linked_ptr< ExpectationBase > > UntypedExpectations
 
typedef std::vector< const void * > UntypedOnCallSpecs
 

Protected Member Functions

Expectation GetHandleOf (ExpectationBase *exp)
 

Protected Attributes

const voidmock_obj_
 
const char * name_
 
UntypedExpectations untyped_expectations_
 
UntypedOnCallSpecs untyped_on_call_specs_
 

Member Typedef Documentation

Constructor & Destructor Documentation

testing::internal::UntypedFunctionMockerBase::UntypedFunctionMockerBase ( )
testing::internal::UntypedFunctionMockerBase::~UntypedFunctionMockerBase ( )
virtual

Member Function Documentation

virtual void testing::internal::UntypedFunctionMockerBase::ClearDefaultActionsLocked ( )
pure virtual
Expectation testing::internal::UntypedFunctionMockerBase::GetHandleOf ( ExpectationBase exp)
protected
const void * testing::internal::UntypedFunctionMockerBase::MockObject ( ) const
const char * testing::internal::UntypedFunctionMockerBase::Name ( ) const
void testing::internal::UntypedFunctionMockerBase::RegisterOwner ( const void mock_obj)
void testing::internal::UntypedFunctionMockerBase::SetOwnerAndName ( const void mock_obj,
const char *  name 
)
virtual void testing::internal::UntypedFunctionMockerBase::UntypedDescribeUninterestingCall ( const void untyped_args,
::std::ostream *  os 
) const
pure virtual
virtual const ExpectationBase* testing::internal::UntypedFunctionMockerBase::UntypedFindMatchingExpectation ( const void untyped_args,
const void **  untyped_action,
bool *  is_excessive,
::std::ostream *  what,
::std::ostream *  why 
)
pure virtual
const UntypedActionResultHolderBase * testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith ( const void untyped_args)
virtual UntypedActionResultHolderBase* testing::internal::UntypedFunctionMockerBase::UntypedPerformAction ( const void untyped_action,
const void untyped_args 
) const
pure virtual
virtual UntypedActionResultHolderBase* testing::internal::UntypedFunctionMockerBase::UntypedPerformDefaultAction ( const void untyped_args,
const string call_description 
) const
pure virtual
virtual void testing::internal::UntypedFunctionMockerBase::UntypedPrintArgs ( const void untyped_args,
::std::ostream *  os 
) const
pure virtual
bool testing::internal::UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked ( )

Member Data Documentation

const void* testing::internal::UntypedFunctionMockerBase::mock_obj_
protected
const char* testing::internal::UntypedFunctionMockerBase::name_
protected
UntypedExpectations testing::internal::UntypedFunctionMockerBase::untyped_expectations_
protected
UntypedOnCallSpecs testing::internal::UntypedFunctionMockerBase::untyped_on_call_specs_
protected

The documentation for this class was generated from the following files: