org.jbehave.core
Class JUnitStory

java.lang.Object
  extended by org.jbehave.core.AbstractStory
      extended by org.jbehave.core.JUnitStory
All Implemented Interfaces:
RunnableStory

public abstract class JUnitStory
extends AbstractStory

JUnit-runnable entry-point to run a single story specified by a RunnableStory class.


Constructor Summary
JUnitStory()
           
 
Method Summary
 void run()
          Runs the story
 
Methods inherited from class org.jbehave.core.AbstractStory
addSteps, addSteps, candidateSteps, configuration, configuredEmbedder, useConfiguration, useEmbedder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitStory

public JUnitStory()
Method Detail

run

public void run()
         throws java.lang.Throwable
Description copied from interface: RunnableStory
Runs the story

Throws:
java.lang.Throwable


Copyright © 2003-2010. All Rights Reserved.