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.
| 从类 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.