#include <gmock-spec-builders.h>
Definition at line 126 of file gmock-spec-builders.h.
◆ UntypedExpectations
◆ UntypedOnCallSpecs
◆ UntypedFunctionMockerBase()
| testing::internal::UntypedFunctionMockerBase::UntypedFunctionMockerBase |
( |
| ) |
|
◆ ~UntypedFunctionMockerBase()
| virtual testing::internal::UntypedFunctionMockerBase::~UntypedFunctionMockerBase |
( |
| ) |
|
|
virtual |
◆ ClearDefaultActionsLocked()
| virtual void testing::internal::UntypedFunctionMockerBase::ClearDefaultActionsLocked |
( |
| ) |
|
|
pure virtual |
Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R()>, 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)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, and testing::internal::FunctionMockerBase< R(A1, A2)>.
◆ GetHandleOf()
◆ MockObject()
| const void* testing::internal::UntypedFunctionMockerBase::MockObject |
( |
| ) |
const |
◆ Name()
| const char* testing::internal::UntypedFunctionMockerBase::Name |
( |
| ) |
const |
◆ RegisterOwner()
| void testing::internal::UntypedFunctionMockerBase::RegisterOwner |
( |
const void * |
mock_obj | ) |
|
◆ SetOwnerAndName()
| void testing::internal::UntypedFunctionMockerBase::SetOwnerAndName |
( |
const void * |
mock_obj, |
|
|
const char * |
name |
|
) |
| |
◆ UntypedDescribeUninterestingCall()
| virtual void testing::internal::UntypedFunctionMockerBase::UntypedDescribeUninterestingCall |
( |
const void * |
untyped_args, |
|
|
::std::ostream * |
os |
|
) |
| const |
|
pure virtual |
◆ 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 |
◆ UntypedInvokeWith()
◆ 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(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R()>, 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)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, and testing::internal::FunctionMockerBase< R(A1, A2)>.
◆ 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(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R()>, 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)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, and testing::internal::FunctionMockerBase< R(A1, A2)>.
◆ UntypedPrintArgs()
| virtual void testing::internal::UntypedFunctionMockerBase::UntypedPrintArgs |
( |
const void * |
untyped_args, |
|
|
::std::ostream * |
os |
|
) |
| const |
|
pure virtual |
◆ VerifyAndClearExpectationsLocked()
| bool testing::internal::UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked |
( |
| ) |
|
◆ mock_obj_
| const void* testing::internal::UntypedFunctionMockerBase::mock_obj_ |
|
protected |
◆ name_
| const char* testing::internal::UntypedFunctionMockerBase::name_ |
|
protected |
◆ untyped_expectations_
◆ untyped_on_call_specs_
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-4.0.0.0/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h