| Package | Description |
|---|---|
| org.databene.formats.compare | |
| org.databene.formats.xml.compare |
| Modifier and Type | Field and Description |
|---|---|
protected DiffDetailType |
DiffDetail.type |
| Modifier and Type | Method and Description |
|---|---|
DiffDetailType |
LocalDiffType.getType() |
DiffDetailType |
DiffDetail.getType() |
static DiffDetailType |
DiffDetailType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffDetailType[] |
DiffDetailType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DiffDetail |
DiffFactory.genericDiff(Object expected,
Object actual,
String objectClassifier,
DiffDetailType diffType,
String locatorOfExpected,
String locatorOfActual) |
void |
ComparisonSettings.tolerateGenericDiff(DiffDetailType type,
String xPath) |
| Constructor and Description |
|---|
DiffDetail(Object expected,
Object actual,
String objectClassifier,
DiffDetailType type,
org.databene.commons.Converter<Object,String> formatter) |
DiffDetail(Object expected,
Object actual,
String objectClassifier,
DiffDetailType type,
String locatorOfExpected,
String locatorOfActual,
org.databene.commons.Converter<Object,String> formatter) |
LocalDiffType(DiffDetailType type,
String locator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ComparisonContext.isTolerated(DiffDetailType type,
Object expected,
Object actual) |
boolean |
ComparisonContext.isTolerated(DiffDetailType diffType,
String locator) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.