org.unitils.reflectionassert.report
Interface DifferenceView
- All Known Implementing Classes:
- DefaultDifferenceView, SimpleDifferenceView, TreeDifferenceView
public interface DifferenceView
An interface for classes that can create a string representation of a Difference.
- Author:
- Tim Ducheyne, Filip Neven
|
Method Summary |
java.lang.String |
createView(Difference difference)
Creates a string representation of the given difference tree. |
createView
java.lang.String createView(Difference difference)
- Creates a string representation of the given difference tree.
- Parameters:
difference - The root difference, not null
- Returns:
- The string representation, not null
Copyright © 2009. All Rights Reserved.