Package | Description |
---|---|
org.jbehave.core | |
org.jbehave.core.io | |
org.jbehave.core.junit |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableEmbedder
Abstract implementation of
Embeddable which allows to configure the
Embedder used to run the stories, using the Configuration and
the InjectableStepsFactory specified. |
class |
InjectableEmbedder
Abstract implementation of
Embeddable which allows to inject
the Embedder used to run the story or stories. |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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–2016. All rights reserved.