public class CrossReference extends Format
| Modifier and Type | Class and Description |
|---|---|
static class |
CrossReference.StepMatch |
static class |
CrossReference.StepUsage |
static class |
CrossReference.XrefOutputFailed |
static class |
CrossReference.XRefRoot |
static class |
CrossReference.XRefStory |
ANSI_CONSOLE, CONSOLE, HTML, HTML_TEMPLATE, IDE_CONSOLE, STATS, TXT, XML, XML_TEMPLATE| Constructor and Description |
|---|
CrossReference() |
CrossReference(String name) |
public CrossReference()
public CrossReference(String name)
public CrossReference withJsonOnly()
public CrossReference withXmlOnly()
public CrossReference withMetaFilter(String metaFilter)
public CrossReference withPendingStepStrategy(PendingStepStrategy pendingStepStrategy)
public CrossReference withOutputAfterEachStory(boolean outputAfterEachStory)
public CrossReference withThreadSafeDelegateFormat(Format format)
public CrossReference excludingStoriesWithNoExecutedScenarios(boolean exclude)
public String getMetaFilter()
public StepMonitor getStepMonitor()
public void outputToFiles(StoryReporterBuilder storyReporterBuilder)
storyReporterBuilder - the reporter to useprotected final CrossReference.XRefRoot createXRefRoot(StoryReporterBuilder storyReporterBuilder, List<org.jbehave.core.reporters.CrossReference.StoryHolder> stories, Set<String> failingStories)
protected CrossReference.XRefRoot newXRefRoot()
protected Writer makeWriter(File file) throws IOException
IOExceptionprotected void aliasForXRefStory(com.thoughtworks.xstream.XStream xstream)
protected void aliasForXRefRoot(com.thoughtworks.xstream.XStream xstream)
public StoryReporter createStoryReporter(FilePrintStreamFactory factory, StoryReporterBuilder storyReporterBuilder)
createStoryReporter in class FormatCopyright © 2003-2013. All Rights Reserved.