Package | Description |
---|---|
org.mockserver.matchers |
Modifier and Type | Method and Description |
---|---|
static MatchDifference.Field |
MatchDifference.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchDifference.Field[] |
MatchDifference.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<MatchDifference.Field,List<String>> |
MatchDifference.getAllDifferences() |
Modifier and Type | Method and Description |
---|---|
MatchDifference |
MatchDifference.addDifference(MatchDifference.Field fieldName,
String messageFormat,
Object... arguments) |
protected MatchDifference |
MatchDifference.currentField(MatchDifference.Field fieldName) |
List<String> |
MatchDifference.getDifferences(MatchDifference.Field fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
MatchDifference.addDifferences(Map<MatchDifference.Field,List<String>> differences) |
Copyright © 2022. All rights reserved.