Package org.pkl.core.stdlib.test.report
Class SimpleReport
- java.lang.Object
-
- org.pkl.core.stdlib.test.report.SimpleReport
-
- All Implemented Interfaces:
TestReport
public class SimpleReport extends java.lang.Object implements TestReport
-
-
Constructor Summary
Constructors Constructor Description SimpleReport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreport(TestResults results, java.io.Writer writer)static voidreportFailure(TestResults.Failure failure, java.lang.StringBuilder builder)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pkl.core.stdlib.test.report.TestReport
report, reportToPath
-
-
-
-
Method Detail
-
report
public void report(TestResults results, java.io.Writer writer) throws java.io.IOException
- Specified by:
reportin interfaceTestReport- Throws:
java.io.IOException
-
reportFailure
public static void reportFailure(TestResults.Failure failure, java.lang.StringBuilder builder)
-
-