Trigger some contraint. More...
Public Member Functions | |
TriggerStub4 (TriggeredConstraint< T1 > *in_tc1, TriggeredConstraint< T2 > *in_tc2, TriggeredConstraint< T3 > *in_tc3, TriggeredConstraint< T4 > *in_tc4) | |
Creates the object. | |
virtual void | typelessInvoke () |
Mock the invocation without passing parameters. | |
virtual String | describeTo (String &buffer) const |
Appends the description of this object to the buffer. |
Trigger some contraint.
Definition at line 250 of file TriggerStub.h.
mockpp::TriggerStub4< T1, T2, T3, T4 >::TriggerStub4 | ( | TriggeredConstraint< T1 > * | in_tc1, | |
TriggeredConstraint< T2 > * | in_tc2, | |||
TriggeredConstraint< T3 > * | in_tc3, | |||
TriggeredConstraint< T4 > * | in_tc4 | |||
) | [inline] |
Creates the object.
in_tc1 | pointer to trigger constraint 1 | |
in_tc2 | pointer to trigger constraint 2 | |
in_tc3 | pointer to trigger constraint 3 | |
in_tc4 | pointer to trigger constraint 4 |
Definition at line 260 of file TriggerStub.h.
virtual String mockpp::TriggerStub4< T1, T2, T3, T4 >::describeTo | ( | String & | buffer | ) | const [inline, virtual] |
Appends the description of this object to the buffer.
buffer | The buffer that the description is appended to. |
Implements mockpp::TypelessStub< void >.
Definition at line 286 of file TriggerStub.h.
virtual void mockpp::TriggerStub4< T1, T2, T3, T4 >::typelessInvoke | ( | ) | [inline, virtual] |
Mock the invocation without passing parameters.
Triggers the according constraints.
Implements mockpp::TypelessStub< void >.
Definition at line 274 of file TriggerStub.h.