Uses of Class
org.jbehave.core.ConfigurableEmbedder
-
Packages that use ConfigurableEmbedder Package Description org.jbehave.core.junit -
-
Uses of ConfigurableEmbedder in org.jbehave.core.junit
Subclasses of ConfigurableEmbedder 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().Constructor parameters in org.jbehave.core.junit with type arguments of type ConfigurableEmbedder Constructor Description JUnit4StoryRunner(Class<? extends ConfigurableEmbedder> testClass)
-