Uses of Class
org.assertj.core.util.diff.Delta.TYPE
-
Packages that use Delta.TYPE Package Description org.assertj.core.util.diff -
-
Uses of Delta.TYPE in org.assertj.core.util.diff
Methods in org.assertj.core.util.diff that return Delta.TYPE Modifier and Type Method Description Delta.TYPEChangeDelta. getType()Delta.TYPEDeleteDelta. getType()abstract Delta.TYPEDelta. getType()Returns the type of deltaDelta.TYPEInsertDelta. getType()static Delta.TYPEDelta.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static Delta.TYPE[]Delta.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-