Uses of Interface
org.jbehave.core.Embeddable

Packages that use Embeddable
org.jbehave.core   
org.jbehave.core.io   
org.jbehave.core.junit   
 

Uses of Embeddable in org.jbehave.core
 

Classes in org.jbehave.core that implement Embeddable
 class ConfigurableEmbedder
           Abstract implementation of Embeddable which allow to configure the Embedder used to run the story or stories, using the Configuration and the CandidateSteps specified.
 class InjectableEmbedder
           Abstract implementation of Embeddable which allows to inject the Embedder used to run the story or stories.
 

Uses of Embeddable in org.jbehave.core.io
 

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

Uses of Embeddable in org.jbehave.core.junit
 

Classes in org.jbehave.core.junit that implement Embeddable
 class JUnitStories
           JUnit-runnable entry-point to run multiple stories specified by JUnitStories.storyPaths().
 class JUnitStory
           JUnit-runnable entry-point to run a single story specified by a Embeddable class.
 class JUnitStoryMaps
           JUnit-runnable entry-point to map stories specified by JUnitStoryMaps.storyPaths(), using the meta filters specified by JUnitStoryMaps.metaFilters().
 



Copyright © 2003-2011. All Rights Reserved.