Stub returning a defined value and triggering contraints. More...
Go to the source code of this file.
Classes | |
class | mockpp::ReturnAndTriggerStub1< R, T1 > |
Always return the same specified value and trigger some contraint. More... | |
class | mockpp::ReturnAndTriggerStub2< R, T1, T2 > |
Always return the same specified value and trigger some contraint. More... | |
class | mockpp::ReturnAndTriggerStub3< R, T1, T2, T3 > |
Always return the same specified value and trigger some contraint. More... | |
class | mockpp::ReturnAndTriggerStub4< R, T1, T2, T3, T4 > |
Always return the same specified value and trigger some contraint. More... | |
class | mockpp::ReturnAndTriggerStub5< R, T1, T2, T3, T4, T5 > |
Always return the same specified value and trigger some contraint. More... | |
class | mockpp::ReturnAndTriggerStub6< R, T1, T2, T3, T4, T5, T6 > |
Always return the same specified value and trigger some contraint. More... | |
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". |
Stub returning a defined value and triggering contraints.
Generated with gen_returntriggerstub_N.pl.
Definition in file ReturnAndTriggerStub.h.