public class ComparisonContext extends Object
| Constructor and Description |
|---|
ComparisonContext() |
ComparisonContext(Set<LocalDiffType> toleratedDiffs,
Document expectedDocument,
Document actualDocument) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExcluded(Object node) |
boolean |
isTolerated(DiffDetailType type,
Object expected,
Object actual) |
boolean |
isTolerated(DiffDetailType diffType,
String locator) |
public ComparisonContext()
public ComparisonContext(Set<LocalDiffType> toleratedDiffs, Document expectedDocument, Document actualDocument) throws XPathExpressionException
XPathExpressionExceptionpublic boolean isExcluded(Object node)
public boolean isTolerated(DiffDetailType type, Object expected, Object actual)
public boolean isTolerated(DiffDetailType diffType, String locator)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.