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