Uses of Class
org.jbehave.core.reporters.FilePrintStreamFactory.FileConfiguration
-
Packages that use FilePrintStreamFactory.FileConfiguration Package Description org.jbehave.core.reporters -
-
Uses of FilePrintStreamFactory.FileConfiguration in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return FilePrintStreamFactory.FileConfiguration Modifier and Type Method Description FilePrintStreamFactory.FileConfiguration
FilePrintStreamFactory. configuration()
FilePrintStreamFactory.FileConfiguration
StoryReporterBuilder. fileConfiguration(String extension)
Methods in org.jbehave.core.reporters with parameters of type FilePrintStreamFactory.FileConfiguration Modifier and Type Method Description void
FilePrintStreamFactory. useConfiguration(FilePrintStreamFactory.FileConfiguration configuration)
Constructors in org.jbehave.core.reporters with parameters of type FilePrintStreamFactory.FileConfiguration Constructor Description FilePrintStreamFactory(StoryLocation storyLocation, FilePrintStreamFactory.FileConfiguration configuration)
-