Uses of Interface
org.jbehave.core.RunnableStory

Packages that use RunnableStory
org.jbehave.core   
org.jbehave.core.parser   
 

Uses of RunnableStory in org.jbehave.core
 

Classes in org.jbehave.core that implement RunnableStory
 class AbstractStory
           Abstract implementation of RunnableStory which is intended as a base class for delegate implementations of RunnableStory.
 class JUnitStories
           RunnableStoryDelegator that runs multiple stories via their story paths.
static class JUnitStories.JUnitStoriesDelegate
           
 class JUnitStory
           RunnableStoryDelegator that runs a story via a single RunnableStory class.
static class JUnitStory.JUnitStoryDelegate
           
 class RunnableStoryDelegator
           Delegates RunnableStory functionality to a delegate specified in a post-instantiation call to delegateTo(..)
 

Methods in org.jbehave.core that return RunnableStory
 RunnableStory StoryClassLoader.newStory(String storyClassName, Class<?>... parameterTypes)
          Loads and instantiates a runnable story class
 

Methods in org.jbehave.core with parameters of type RunnableStory
protected  void RunnableStoryDelegator.delegateTo(RunnableStory delegate)
           
 

Method parameters in org.jbehave.core with type arguments of type RunnableStory
 void StoryRunner.run(StoryConfiguration configuration, Class<? extends RunnableStory> storyClass, CandidateSteps... candidateSteps)
           
 

Constructor parameters in org.jbehave.core with type arguments of type RunnableStory
AbstractStory(StoryRunner storyRunner, Class<? extends RunnableStory> storyClass)
           
JUnitStory.JUnitStoryDelegate(StoryRunner storyRunner, Class<? extends RunnableStory> storyClass)
           
 

Uses of RunnableStory in org.jbehave.core.parser
 

Method parameters in org.jbehave.core.parser with type arguments of type RunnableStory
 String StoryPathResolver.resolve(Class<? extends RunnableStory> storyClass)
           
 String AbstractStoryPathResolver.resolve(Class<? extends RunnableStory> storyClass)
           
protected  String AbstractStoryPathResolver.resolveDirectory(Class<? extends RunnableStory> scenarioClass)
           
protected  String UnderscoredCamelCaseResolver.resolveName(Class<? extends RunnableStory> storyClass)
           
protected  String CasePreservingResolver.resolveName(Class<? extends RunnableStory> storyClass)
           
protected abstract  String AbstractStoryPathResolver.resolveName(Class<? extends RunnableStory> storyClass)
           
 



Copyright © 2003-2010. All Rights Reserved.