Go to the source code of this file.
Classes | |
class | mockpp::ConstraintSet1< P1 > |
A set of constraints for a method with 1 arguments. More... | |
class | mockpp::ConstraintSet2< P1, P2 > |
A set of constraints for a method with 2 arguments. More... | |
class | mockpp::ConstraintSet3< P1, P2, P3 > |
A set of constraints for a method with 3 arguments. More... | |
class | mockpp::ConstraintSet4< P1, P2, P3, P4 > |
A set of constraints for a method with 4 arguments. More... | |
class | mockpp::ConstraintSet5< P1, P2, P3, P4, P5 > |
A set of constraints for a method with 5 arguments. More... | |
class | mockpp::ConstraintSet6< P1, P2, P3, P4, P5, P6 > |
A set of constraints for a method with 6 arguments. More... | |
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". |
Definition in file ConstraintSetN.h.