Class TextDiffAssertionError

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=INTERNAL,
         since="1.5.0")
    public final class TextDiffAssertionError
    extends java.lang.AssertionError
    Internal exception that is used to communicate the TextDiff instance created by the TextDiffStructuralAssertions to the snapshot test.
    Since:
    1.5.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TextDiff textDiff()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail