Electroneum
Loading...
Searching...
No Matches
testing::internal::UntypedFunctionMockerBase Class Referenceabstract

#include <gmock-spec-builders.h>

Inheritance diagram for testing::internal::UntypedFunctionMockerBase:
Collaboration diagram for testing::internal::UntypedFunctionMockerBase:

Public Member Functions

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

Protected Types

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

Protected Member Functions

Expectation GetHandleOf (ExpectationBase *exp)

Protected Attributes

const void * mock_obj_
const char * name_
UntypedOnCallSpecs untyped_on_call_specs_
UntypedExpectations untyped_expectations_

Detailed Description

Definition at line 126 of file gmock-spec-builders.h.

Member Typedef Documentation

◆ UntypedExpectations

◆ UntypedOnCallSpecs

typedef std::vector<const void*> testing::internal::UntypedFunctionMockerBase::UntypedOnCallSpecs
protected

Definition at line 219 of file gmock-spec-builders.h.

Constructor & Destructor Documentation

◆ UntypedFunctionMockerBase()

testing::internal::UntypedFunctionMockerBase::UntypedFunctionMockerBase ( )

◆ ~UntypedFunctionMockerBase()

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

Member Function Documentation

◆ ClearDefaultActionsLocked()

virtual void testing::internal::UntypedFunctionMockerBase::ClearDefaultActionsLocked ( )
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, 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) >, and testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetHandleOf()

Expectation testing::internal::UntypedFunctionMockerBase::GetHandleOf ( ExpectationBase * exp)
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ MockObject()

const void * testing::internal::UntypedFunctionMockerBase::MockObject ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Name()

const char * testing::internal::UntypedFunctionMockerBase::Name ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ RegisterOwner()

void testing::internal::UntypedFunctionMockerBase::RegisterOwner ( const void * mock_obj)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetOwnerAndName()

void testing::internal::UntypedFunctionMockerBase::SetOwnerAndName ( const void * mock_obj,
const char * name )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ UntypedDescribeUninterestingCall()

virtual void testing::internal::UntypedFunctionMockerBase::UntypedDescribeUninterestingCall ( const void * untyped_args,
::std::ostream * os ) const
pure virtual
Here is the call graph for this function:
Here is the caller graph for this function:

◆ UntypedFindMatchingExpectation()

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
Here is the call graph for this function:
Here is the caller graph for this function:

◆ UntypedInvokeWith()

UntypedActionResultHolderBase * testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith ( const void * untyped_args)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ UntypedPerformAction()

virtual UntypedActionResultHolderBase * testing::internal::UntypedFunctionMockerBase::UntypedPerformAction ( const void * untyped_action,
const void * untyped_args ) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, 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) >, and testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UntypedPerformDefaultAction()

virtual UntypedActionResultHolderBase * testing::internal::UntypedFunctionMockerBase::UntypedPerformDefaultAction ( const void * untyped_args,
const string & call_description ) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, 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) >, and testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UntypedPrintArgs()

virtual void testing::internal::UntypedFunctionMockerBase::UntypedPrintArgs ( const void * untyped_args,
::std::ostream * os ) const
pure virtual
Here is the call graph for this function:
Here is the caller graph for this function:

◆ VerifyAndClearExpectationsLocked()

bool testing::internal::UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked ( )
Here is the caller graph for this function:

Member Data Documentation

◆ mock_obj_

const void* testing::internal::UntypedFunctionMockerBase::mock_obj_
protected

Definition at line 231 of file gmock-spec-builders.h.

◆ name_

const char* testing::internal::UntypedFunctionMockerBase::name_
protected

Definition at line 235 of file gmock-spec-builders.h.

◆ untyped_expectations_

UntypedExpectations testing::internal::UntypedFunctionMockerBase::untyped_expectations_
protected

Definition at line 241 of file gmock-spec-builders.h.

◆ untyped_on_call_specs_

UntypedOnCallSpecs testing::internal::UntypedFunctionMockerBase::untyped_on_call_specs_
protected

Definition at line 238 of file gmock-spec-builders.h.


The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h