org.axonframework.test
Class AxonAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.axonframework.test.AxonAssertionError
- All Implemented Interfaces:
- Serializable
public class AxonAssertionError
- extends AssertionError
Error indication that an Assertion failed during a test case. The message of the error contains detailed information
about the failed assertion.
- Since:
- 0.6
- Author:
- Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AxonAssertionError
public AxonAssertionError(String detailMessage)
- Create a new error instance using the given
detailMessage
.
- Parameters:
detailMessage
- a detailed description of the failed assertion
Copyright © 2010-2016. All Rights Reserved.