Uses of Class
org.jbehave.core.reporters.Format

Packages that use Format
org.jbehave.core.reporters   
 

Uses of Format in org.jbehave.core.reporters
 

Subclasses of Format in org.jbehave.core.reporters
 class CrossReference
           
 

Fields in org.jbehave.core.reporters declared as Format
static Format Format.CONSOLE
           
static Format Format.HTML
           
static Format Format.IDE_CONSOLE
           
static Format Format.STATS
          STATS is not just about output formats, it is needed by the final reports.html summary page.
static Format Format.TXT
           
static Format Format.XML
           
 

Methods in org.jbehave.core.reporters that return types with arguments of type Format
 List<Format> StoryReporterBuilder.formats()
           
 

Methods in org.jbehave.core.reporters with parameters of type Format
 StoryReporter StoryReporterBuilder.reporterFor(String storyPath, Format format)
           
 StoryReporterBuilder StoryReporterBuilder.withFormats(Format... formats)
           
 CrossReference CrossReference.withThreadSafeDelegateFormat(Format format)
           
 



Copyright © 2003-2011. All Rights Reserved.