Hold invocations without parameters. More...
Public Types | |
enum | { numParams = 0 } |
typedef ConstraintSet0 | ConstraintSetType |
internal shorthand | |
Public Member Functions | |
Invocation0 (const String &name) | |
Constructs the invocation. | |
bool | equals (const Invocation0 &other) const |
Check if the object equals another invocation. | |
bool | equals (const InvocationBase &other) const |
Check if the object equals another invocation. | |
virtual String | describeParameters () const |
Returns a description of the parameters. |
Hold invocations without parameters.
Definition at line 123 of file Invocation.h.
mockpp::Invocation0::Invocation0 | ( | const String & | name | ) |
Constructs the invocation.
name | the method name |
Definition at line 72 of file Invocation.cpp.
String mockpp::Invocation0::describeParameters | ( | ) | const [virtual] |
Returns a description of the parameters.
Implements mockpp::Invocation.
Definition at line 93 of file Invocation.cpp.
bool mockpp::Invocation0::equals | ( | const InvocationBase & | other | ) | const |
Check if the object equals another invocation.
other | the other invocation |
Definition at line 86 of file Invocation.cpp.
bool mockpp::Invocation0::equals | ( | const Invocation0 & | other | ) | const |
Check if the object equals another invocation.
other | the other invocation |
Definition at line 80 of file Invocation.cpp.