Uses of Class
org.assertj.core.util.diff.Delta
Packages that use Delta
-
Uses of Delta in org.assertj.core.error
Method parameters in org.assertj.core.error with type arguments of type DeltaModifier and TypeMethodDescriptionprotected static String
AbstractShouldHaveTextContent.diffsAsString
(List<Delta<String>> diffsList) static ErrorMessageFactory
Creates a new
.ShouldHaveContent
static ErrorMessageFactory
Creates a new
.ShouldHaveContent
static ErrorMessageFactory
Creates a new
.ShouldHaveSameContent
static ErrorMessageFactory
ShouldHaveSameContent.shouldHaveSameContent
(InputStream actual, InputStream expected, List<Delta<String>> diffs) Creates a new
.ShouldHaveSameContent
static ErrorMessageFactory
ShouldHaveSameContent.shouldHaveSameContent
(InputStream actual, String expected, List<Delta<String>> diffs) Creates a new
.ShouldHaveSameContent
static ErrorMessageFactory
Creates a new
.ShouldHaveSameContent
-
Uses of Delta in org.assertj.core.internal
Methods in org.assertj.core.internal that return types with arguments of type DeltaModifier and TypeMethodDescriptionDiff.diff
(BufferedReader actual, BufferedReader expected) Diff.diff
(InputStream actual, InputStream expected) Diff.diff
(InputStream actual, String expected) -
Uses of Delta in org.assertj.core.util.diff
Subclasses of Delta in org.assertj.core.util.diffModifier and TypeClassDescriptionclass
ChangeDelta<T>
Initially copied from https://code.google.com/p/java-diff-utils/.class
DeleteDelta<T>
Initially copied from https://code.google.com/p/java-diff-utils/.class
InsertDelta<T>
Initially copied from https://code.google.com/p/java-diff-utils/.Fields in org.assertj.core.util.diff with type parameters of type DeltaModifier and TypeFieldDescriptionPatch.deltas
static final Comparator
<Delta<?>> DeltaComparator.INSTANCE
Methods in org.assertj.core.util.diff that return types with arguments of type DeltaMethods in org.assertj.core.util.diff with parameters of type DeltaModifier and TypeMethodDescriptionvoid
Add the given delta to this patchint
DiffUtils.getDeltaText
(Delta<String> delta) getDeltaText returns the lines to be added to the Unified Diff text from the Delta parameter