Package | Description |
---|---|
org.assertj.core.util.diff |
Modifier and Type | Method | Description |
---|---|---|
Delta.TYPE |
ChangeDelta.getType() |
|
Delta.TYPE |
DeleteDelta.getType() |
|
abstract Delta.TYPE |
Delta.getType() |
Returns the type of delta
|
Delta.TYPE |
InsertDelta.getType() |
|
static Delta.TYPE |
Delta.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.
|
Copyright © 2014–2019. All rights reserved.