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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait