Uses of Class
org.jbehave.core.junit.JupiterStories
-
Packages that use JupiterStories Package Description org.jbehave.core.junit -
-
Uses of JupiterStories in org.jbehave.core.junit
Subclasses of JupiterStories in org.jbehave.core.junit Modifier and Type Class Description class
JUnitStories
JUnit-runnable entry-point to run multiple stories specified bystoryPaths()
.class
JUnitStory
JUnit-runnable entry-point to run a single story using the configuredStoryPathResolver
to resolve the story path from the instance class name.class
JUnitStoryMaps
JUnit-runnable entry-point to map stories specified bystoryPaths()
, using the meta filters specified byJUnitStoryMaps.metaFilters()
.
-