org.unitils.reflectionassert.report
Interface DifferenceReport

All Known Implementing Classes:
DefaultDifferenceReport

public interface DifferenceReport

Creates a report of the given differences.

Author:
Tim Ducheyne, Filip Neven

Method Summary
 String createReport(Difference difference)
          Creates a report.
 

Method Detail

createReport

String createReport(Difference difference)
Creates a report.

Parameters:
difference - The difference to output, null for a match
Returns:
The report, not null


Copyright © 2011. All Rights Reserved.