org.test4j.hamcrest.matcher.property.report
接口 DifferenceView

所有已知实现类:
DefaultDifferenceView, SimpleDifferenceView, TreeDifferenceView

public interface DifferenceView

An interface for classes that can create a string representation of a Difference.


方法摘要
 String createView(Difference difference)
          Creates a string representation of the given difference tree.
 

方法详细信息

createView

String createView(Difference difference)
Creates a string representation of the given difference tree.

参数:
difference - The root difference, not null
返回:
The string representation, not null


Copyright © 2013. All rights reserved.