public class SimpleDifferenceView extends Object implements DifferenceView
| Constructor and Description |
|---|
SimpleDifferenceView() |
| Modifier and Type | Method and Description |
|---|---|
String |
createView(Difference difference)
Creates a string representation of the given difference tree.
|
protected String |
formatOnOneLine(String expectedStr,
String actualStr) |
protected String |
formatOnTwoLines(String expectedStr,
String actualStr) |
public String createView(Difference difference)
createView in interface DifferenceViewdifference - The root difference, not nullCopyright © 2016. All Rights Reserved.