Class FileReporter
java.lang.Object
io.github.giulong.spectrum.utils.reporters.Reporter
io.github.giulong.spectrum.utils.reporters.FileReporter
- All Implemented Interfaces:
CanProduceMetadata
,CanReport
- Direct Known Subclasses:
FileReporter.HtmlSummaryReporter
,FileReporter.HtmlTestBookReporter
,FileReporter.TxtSummaryReporter
,FileReporter.TxtTestBookReporter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
Fields inherited from class io.github.giulong.spectrum.utils.reporters.Reporter
FILE_UTILS, FREE_MARKER_WRAPPER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
doOutputFrom
(String interpolatedTemplate) void
open()
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.giulong.spectrum.interfaces.reports.CanProduceMetadata
getRetention
Methods inherited from interface io.github.giulong.spectrum.interfaces.reports.CanReport
getTemplate
-
Constructor Details
-
FileReporter
public FileReporter()
-
-
Method Details
-
cleanupOldReports
public void cleanupOldReports()- Specified by:
cleanupOldReports
in interfaceCanReport
-
doOutputFrom
- Specified by:
doOutputFrom
in interfaceCanReport
-
produceMetadata
public void produceMetadata()- Specified by:
produceMetadata
in interfaceCanProduceMetadata
-
open
public void open()
-