Class TextDiffAssertionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- de.skuzzle.test.snapshots.data.text.TextDiffAssertionError
-
- All Implemented Interfaces:
Serializable
@API(status=INTERNAL, since="1.5.0") public final class TextDiffAssertionError extends AssertionErrorInternal exception that is used to communicate theTextDiffinstance created by theTextDiffStructuralAssertionsto the snapshot test.- Since:
- 1.5.0
- Author:
- Simon Taddiken
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextDifftextDiff()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
textDiff
public TextDiff textDiff()
-
-