org.jmock.core.matcher
Class TestFailureMatcher
java.lang.Object
org.jmock.core.matcher.TestFailureMatcher
- All Implemented Interfaces:
- InvocationMatcher, SelfDescribing, Verifiable
public class TestFailureMatcher
- extends Object
- implements InvocationMatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestFailureMatcher
public TestFailureMatcher(String errorMessage)
matches
public boolean matches(Invocation invocation)
- Specified by:
matches
in interface InvocationMatcher
hasDescription
public boolean hasDescription()
- Specified by:
hasDescription
in interface InvocationMatcher
describeTo
public StringBuffer describeTo(StringBuffer buffer)
- Description copied from interface:
SelfDescribing
- Appends the description of this object to the buffer.
- Specified by:
describeTo
in interface SelfDescribing
- Parameters:
buffer
- The buffer that the description is appended to.
- Returns:
- The buffer passed to the invokedMethod.
invoked
public void invoked(Invocation invocation)
- Specified by:
invoked
in interface InvocationMatcher
verify
public void verify()
- Description copied from interface:
Verifiable
- Throw an AssertionFailedException if any expectations have not been met.
- Specified by:
verify
in interface Verifiable