Uses of Class
de.skuzzle.test.snapshots.data.json.CompareMode
-
-
Uses of CompareMode in de.skuzzle.test.snapshots.data.json
Methods in de.skuzzle.test.snapshots.data.json that return CompareMode Modifier and Type Method Description static CompareModeCompareMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CompareMode[]CompareMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.skuzzle.test.snapshots.data.json with parameters of type CompareMode Modifier and Type Method Description JsonSnapshotJsonSnapshot. withCompareMode(CompareMode compareMode)Sets the mode for comparing two json strings.
-