Uses of Class
org.jbehave.core.reporters.FilePrintStreamFactory
-
Packages that use FilePrintStreamFactory Package Description org.jbehave.core.reporters -
-
Uses of FilePrintStreamFactory in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return FilePrintStreamFactory Modifier and Type Method Description protected FilePrintStreamFactory
StoryReporterBuilder. filePrintStreamFactory(String storyPath)
Methods in org.jbehave.core.reporters with parameters of type FilePrintStreamFactory Modifier and Type Method Description StoryReporter
ContextOutput. createStoryReporter(FilePrintStreamFactory filePrintStreamFactory, StoryReporterBuilder storyReporterBuilder)
abstract StoryReporter
Format. createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)
StoryReporter
StoryReporterBuilder.ProvidedFormat. createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)
-