Class WriteResultsIntoDirectoryFactory
java.lang.Object
org.apache.creadur.whisker.app.out.WriteResultsIntoDirectoryFactory
- All Implemented Interfaces:
ResultWriterFactory
Writes results as files within a directory.
-
Constructor Summary
ConstructorsConstructorDescriptionWriteResultsIntoDirectoryFactory(File directory, String encoding) Constructs a factory that write reports into the given directory with the given encoding. -
Method Summary
-
Constructor Details
-
WriteResultsIntoDirectoryFactory
-
-
Method Details
-
writerFor
Creates a suitable write for the given report.- Specified by:
writerForin interfaceResultWriterFactory- Parameters:
result- not null- Returns:
- not null
- Throws:
IOException- when the report cannot be written- See Also:
-