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 StringAbstractShouldHaveTextContent.diffsAsString(List<Delta<String>> diffsList) static ErrorMessageFactoryCreates a new.ShouldHaveContentstatic ErrorMessageFactoryCreates a new.ShouldHaveContentstatic ErrorMessageFactoryCreates a new.ShouldHaveSameContentstatic ErrorMessageFactoryShouldHaveSameContent.shouldHaveSameContent(InputStream actual, InputStream expected, List<Delta<String>> diffs) Creates a new.ShouldHaveSameContentstatic ErrorMessageFactoryShouldHaveSameContent.shouldHaveSameContent(InputStream actual, String expected, List<Delta<String>> diffs) Creates a new.ShouldHaveSameContentstatic ErrorMessageFactoryCreates 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(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 TypeClassDescriptionclassChangeDelta<T>Initially copied from https://code.google.com/p/java-diff-utils/.classDeleteDelta<T>Initially copied from https://code.google.com/p/java-diff-utils/.classInsertDelta<T>Initially copied from https://code.google.com/p/java-diff-utils/.Fields in org.assertj.core.util.diff with type parameters of type DeltaMethods in org.assertj.core.util.diff that return types with arguments of type DeltaMethods in org.assertj.core.util.diff with parameters of type Delta