org.jbehave.core.junit
Class JUnitStory

java.lang.Object
  extended by org.jbehave.core.ConfigurableEmbedder
      extended by org.jbehave.core.junit.JUnitStory
All Implemented Interfaces:
Embeddable

public abstract class JUnitStory
extends ConfigurableEmbedder

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


Constructor Summary
JUnitStory()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.jbehave.core.ConfigurableEmbedder
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 Throwable
Throws:
Throwable


Copyright © 2003-2011. All Rights Reserved.