org.axonframework.test
Class AxonAssertionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by 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

Constructor Summary
AxonAssertionError(String detailMessage)
          Create a new error instance using the given detailMessage.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.