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.


Field Summary
 
Fields inherited from class org.jbehave.core.AbstractStory
candidateSteps, configuration
 
Constructor Summary
JUnitStory()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.jbehave.core.AbstractStory
addSteps, configuredEmbedder, getConfiguration, getSteps, 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
Throws:
java.lang.Throwable


Copyright © 2003-2010. All Rights Reserved.