Uses of Interface
org.jbehave.core.Embeddable
-
Packages that use Embeddable Package Description 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 Modifier and Type Class Description classConfigurableEmbedderAbstract implementation ofEmbeddablewhich extendsInjectableEmbedderto allow the configuration using theConfigurationand theInjectableStepsFactoryspecified.classInjectableEmbedderAbstract implementation ofEmbeddablewhich allows to inject theEmbedderused 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 Modifier and Type Method Description StringAbstractStoryPathResolver. resolve(Class<? extends Embeddable> embeddableClass)StringStoryPathResolver. resolve(Class<? extends Embeddable> embeddableClass)protected StringAbstractStoryPathResolver. resolveDirectory(Class<? extends Embeddable> embeddableClass)protected abstract StringAbstractStoryPathResolver. resolveName(Class<? extends Embeddable> embeddableClass)protected StringCasePreservingResolver. resolveName(Class<? extends Embeddable> embeddableClass)protected StringUnderscoredCamelCaseResolver. resolveName(Class<? extends Embeddable> embeddableClass) -
Uses of Embeddable in org.jbehave.core.junit
Classes in org.jbehave.core.junit that implement Embeddable Modifier and Type Class Description classJUnitStoriesJUnit-runnable entry-point to run multiple stories specified byJupiterStories.storyPaths().classJUnitStoryJUnit-runnable entry-point to run a single story using the configuredStoryPathResolverto resolve the story path from the instance class name.classJUnitStoryMapsJUnit-runnable entry-point to map stories specified byJupiterStories.storyPaths(), using the meta filters specified byJUnitStoryMaps.metaFilters().classJupiterStoriesJupiter-runnable entry-point to run multiple stories specified byJupiterStories.storyPaths().
-