Uses of Class
org.jbehave.core.InjectableEmbedder
-
Packages that use InjectableEmbedder Package Description org.jbehave.core org.jbehave.core.junit -
-
Uses of InjectableEmbedder in org.jbehave.core
Subclasses of InjectableEmbedder in org.jbehave.core Modifier and Type Class Description classConfigurableEmbedderAbstract implementation ofEmbeddablewhich extendsInjectableEmbedderto allow the configuration using theConfigurationand theInjectableStepsFactoryspecified. -
Uses of InjectableEmbedder in org.jbehave.core.junit
Subclasses of InjectableEmbedder in org.jbehave.core.junit 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().
-