public class Diff extends Object
DiffBuilder
Constructor and Description |
---|
Diff(Source controlSource,
Source testSource,
ComparisonFormatter formatter,
Iterable<Difference> differences) |
Diff(Source controlSource,
Source testSource,
Iterable<Difference> differences) |
Modifier and Type | Method and Description |
---|---|
Source |
getControlSource() |
Iterable<Difference> |
getDifferences() |
Source |
getTestSource() |
boolean |
hasDifferences() |
String |
toString() |
String |
toString(ComparisonFormatter formatter) |
public Diff(Source controlSource, Source testSource, Iterable<Difference> differences)
public Diff(Source controlSource, Source testSource, ComparisonFormatter formatter, Iterable<Difference> differences)
public boolean hasDifferences()
public Iterable<Difference> getDifferences()
public Source getControlSource()
public Source getTestSource()
public String toString(ComparisonFormatter formatter)
Copyright © 2001–2017 XMLUnit. All rights reserved.