org.jbehave.ant
Class AbstractStoryTask.AntRunnerMonitor

java.lang.Object
  extended by org.jbehave.ant.AbstractStoryTask.AntRunnerMonitor
All Implemented Interfaces:
org.jbehave.core.StoryRunnerMonitor
Enclosing class:
AbstractStoryTask

protected class AbstractStoryTask.AntRunnerMonitor
extends java.lang.Object
implements org.jbehave.core.StoryRunnerMonitor


Constructor Summary
protected AbstractStoryTask.AntRunnerMonitor()
           
 
Method Summary
 void renderingReports(java.io.File outputDirectory, java.util.List<java.lang.String> formats, java.util.Properties templateProperties)
           
 void reportRenderingFailed(java.io.File outputDirectory, java.util.List<java.lang.String> formats, java.util.Properties templateProperties, java.lang.Throwable cause)
           
 void reportsNotRendered()
           
 void reportsRendered(int scenarios, int failedScenarios)
           
 void runningStory(java.lang.String storyName)
           
 void storiesBatchFailed(java.lang.String failedStories)
           
 void storiesNotRun()
           
 void storyFailed(java.lang.String storyName, java.lang.Throwable e)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractStoryTask.AntRunnerMonitor

protected AbstractStoryTask.AntRunnerMonitor()
Method Detail

storiesBatchFailed

public void storiesBatchFailed(java.lang.String failedStories)
Specified by:
storiesBatchFailed in interface org.jbehave.core.StoryRunnerMonitor

storyFailed

public void storyFailed(java.lang.String storyName,
                        java.lang.Throwable e)
Specified by:
storyFailed in interface org.jbehave.core.StoryRunnerMonitor

runningStory

public void runningStory(java.lang.String storyName)
Specified by:
runningStory in interface org.jbehave.core.StoryRunnerMonitor

storiesNotRun

public void storiesNotRun()
Specified by:
storiesNotRun in interface org.jbehave.core.StoryRunnerMonitor

renderingReports

public void renderingReports(java.io.File outputDirectory,
                             java.util.List<java.lang.String> formats,
                             java.util.Properties templateProperties)
Specified by:
renderingReports in interface org.jbehave.core.StoryRunnerMonitor

reportRenderingFailed

public void reportRenderingFailed(java.io.File outputDirectory,
                                  java.util.List<java.lang.String> formats,
                                  java.util.Properties templateProperties,
                                  java.lang.Throwable cause)
Specified by:
reportRenderingFailed in interface org.jbehave.core.StoryRunnerMonitor

reportsRendered

public void reportsRendered(int scenarios,
                            int failedScenarios)
Specified by:
reportsRendered in interface org.jbehave.core.StoryRunnerMonitor

reportsNotRendered

public void reportsNotRendered()
Specified by:
reportsNotRendered in interface org.jbehave.core.StoryRunnerMonitor

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2010. All Rights Reserved.