Creates a stub returning a value and calling a functor. More...
Go to the source code of this file.
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Functions | |
template<typename R , typename F > | |
TypelessStub< R >::AP | mockpp::returnValueAndCall (const R &o, F f) |
Creates a stub returning a value and calling a functor. | |
template<typename F > | |
TypelessStub< void >::AP | mockpp::call (F f) |
Creates a stub calling a functor. |
Creates a stub returning a value and calling a functor.
Definition in file chaining/ReturnValueAndCall.h.