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
           
static class StoryReporterBuilder.ProvidedFormat
          A Format that wraps a StoryReporter instance provided.
 

Fields in org.jbehave.core.reporters declared as Format
static Format Format.ANSI_CONSOLE
           
static Format Format.CONSOLE
           
static Format Format.HTML
           
static Format Format.HTML_TEMPLATE
           
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
           
static Format Format.XML_TEMPLATE
           
 

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-2012. All Rights Reserved.