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 runningStory(java.lang.String storyName)
           
 void storiesBatchFailed(java.lang.String failedStories)
           
 void storiesNotRun()
           
 void storyFailed(java.lang.String storyName, java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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


Copyright © 2003-2010. All Rights Reserved.