org.jbehave.ant
Class AbstractStoryTask.AntRunnerMonitor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStoryTask.AntRunnerMonitor
protected AbstractStoryTask.AntRunnerMonitor()
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.