org.jmock.api
Class ExpectationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jmock.api.ExpectationError
- All Implemented Interfaces:
- Serializable, SelfDescribing
public class ExpectationError
- extends Error
- implements SelfDescribing
An error thrown when an expectation is violated during a test.
- Author:
- npryce
- See Also:
- Serialized Form
expectations
public final SelfDescribing expectations
invocation
public final Invocation invocation
ExpectationError
public ExpectationError(String message,
SelfDescribing expectations,
Invocation invocation)
ExpectationError
public ExpectationError(String message,
Invocation invocation)
ExpectationError
public ExpectationError(String message,
SelfDescribing expectations)
toString
public String toString()
- Overrides:
toString
in class Throwable
describeTo
public void describeTo(Description description)
- Description copied from interface:
SelfDescribing
- Generates a description of the object. The description may be part of a
a description of a larger object of which this is just a component, so it
should be worded appropriately.
- Specified by:
describeTo
in interface SelfDescribing
- Parameters:
description
- The description to be built or appended to.