Uses of Interface
org.jbehave.core.Embeddable
Packages that use Embeddable
-
Uses of Embeddable in org.jbehave.core
Classes in org.jbehave.core that implement EmbeddableModifier and TypeClassDescriptionclassAbstract implementation ofEmbeddablewhich extendsInjectableEmbedderto allow the configuration using theConfigurationand theInjectableStepsFactoryspecified.classAbstract 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 EmbeddableModifier and TypeMethodDescriptionAbstractStoryPathResolver.resolve(Class<? extends Embeddable> embeddableClass) StoryPathResolver.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 EmbeddableModifier 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().