org.test4j.hamcrest.matcher.property.report
类 DefaultDifferenceReport

java.lang.Object
  继承者 org.test4j.hamcrest.matcher.property.report.DefaultDifferenceReport
所有已实现的接口:
DifferenceReport

public class DefaultDifferenceReport
extends Object
implements DifferenceReport

Creates a report of the given differences. This will first output the differences using the default difference view. If the difference is not a simple difference, this will also output the difference tree using the difference tree view.


嵌套类摘要
static class DefaultDifferenceReport.MatchType
           
 
字段摘要
static int MAX_LINE_SIZE
           
 
构造方法摘要
DefaultDifferenceReport()
           
 
方法摘要
 String createReport(Difference difference)
          Creates a report.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

MAX_LINE_SIZE

public static final int MAX_LINE_SIZE
另请参见:
常量字段值
构造方法详细信息

DefaultDifferenceReport

public DefaultDifferenceReport()
方法详细信息

createReport

public String createReport(Difference difference)
Creates a report.

指定者:
接口 DifferenceReport 中的 createReport
参数:
difference - The difference to output, null for a match
返回:
The report, not null


Copyright © 2013. All rights reserved.