Uses of Class
org.jbehave.core.InjectableEmbedder
Packages that use InjectableEmbedder
-
Uses of InjectableEmbedder in org.jbehave.core
Subclasses of InjectableEmbedder in org.jbehave.coreModifier and TypeClassDescriptionclassAbstract implementation ofEmbeddablewhich extendsInjectableEmbedderto allow the configuration using theConfigurationand theInjectableStepsFactoryspecified. -
Uses of InjectableEmbedder in org.jbehave.core.junit
Subclasses of InjectableEmbedder in org.jbehave.core.junitModifier and TypeClassDescriptionclassJUnit-runnable entry-point to run multiple stories specified byJupiterStories.storyPaths().classJUnit-runnable entry-point to run a single story using the configuredStoryPathResolverto resolve the story path from the instance class name.classJUnit-runnable entry-point to map stories specified byJupiterStories.storyPaths(), using the meta filters specified byJUnitStoryMaps.metaFilters().classJupiter-runnable entry-point to run multiple stories specified byJupiterStories.storyPaths().