Package org.japprove.exceptions.errors
Class VerificationFailedError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.opentest4j.AssertionFailedError
org.japprove.exceptions.errors.VerificationFailedError
- All Implemented Interfaces:
java.io.Serializable
public class VerificationFailedError
extends org.opentest4j.AssertionFailedError
This Error is thrown if a verification of an approval test fails.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description VerificationFailedError(java.lang.String differences) -
Method Summary
Methods inherited from class org.opentest4j.AssertionFailedError
getActual, getExpected, isActualDefined, isExpectedDefined, toString
-
Constructor Details
-
VerificationFailedError
public VerificationFailedError(java.lang.String differences)
-