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
 String createView(Difference difference)
          Creates a string representation of the given difference tree.
 

Method Detail

createView

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 © 2011. All Rights Reserved.