org.jmock.core
Class FIFOInvocationDispatcher
- InvocationDispatcher, SelfDescribing, Verifiable
public class FIFOInvocationDispatcher
NO_EXPECTATIONS_MESSAGE
public static final String NO_EXPECTATIONS_MESSAGE
describeTo
public StringBuffer describeTo(StringBuffer buffer)
Appends the description of this object to the buffer.
- describeTo in interface SelfDescribing
buffer
- The buffer that the description is appended to.
- The buffer passed to the invokedMethod.
verify
public void verify()
Throw an AssertionFailedException if any expectations have not been met.
- verify in interface Verifiable