|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| org.jbehave.core | |
| org.jbehave.core.configuration | |
| org.jbehave.core.embedder | |
| org.jbehave.core.steps | |
| Uses of Configuration in org.jbehave.core |
|---|
| Methods in org.jbehave.core that return Configuration | |
|---|---|
Configuration |
ConfigurableEmbedder.configuration()
|
| Methods in org.jbehave.core with parameters of type Configuration | |
|---|---|
void |
ConfigurableEmbedder.useConfiguration(Configuration configuration)
|
| Uses of Configuration in org.jbehave.core.configuration |
|---|
| Subclasses of Configuration in org.jbehave.core.configuration | |
|---|---|
class |
MostUsefulConfiguration
The configuration that works for most situations that users are likely to encounter. |
class |
ParanamerConfiguration
The configuration that uses: Paranamer: CachingParanamer
|
class |
PropertyBasedConfiguration
PropertyBasedConfiguration is backed by MostUsefulConfiguration as default, but has different behaviour if certain system properties are set: PropertyBasedConfiguration.FAIL_ON_PENDING: uses FailingUponPendingStep
PropertyBasedConfiguration.SILENT_SUCCESS: uses SilentSuccessFilter decorator
|
class |
UnmodifiableConfiguration
Decorator of Configuration that disables modification of configuration elements. |
| Methods in org.jbehave.core.configuration that return Configuration | |
|---|---|
Configuration |
AnnotationBuilder.buildConfiguration()
Builds a Configuration instance based on annotation Configure
found in the annotated object instance |
Configuration |
UnmodifiableConfiguration.doDryRun(java.lang.Boolean dryRun)
|
Configuration |
Configuration.doDryRun(java.lang.Boolean dryRun)
|
Configuration |
UnmodifiableConfiguration.useDefaultStoryReporter(StoryReporter storyReporter)
|
Configuration |
Configuration.useDefaultStoryReporter(StoryReporter storyReporter)
|
Configuration |
UnmodifiableConfiguration.useFailureStrategy(FailureStrategy failureStrategy)
|
Configuration |
Configuration.useFailureStrategy(FailureStrategy failureStrategy)
|
Configuration |
UnmodifiableConfiguration.useKeywords(Keywords keywords)
|
Configuration |
Configuration.useKeywords(Keywords keywords)
|
Configuration |
UnmodifiableConfiguration.useParameterConverters(ParameterConverters parameterConverters)
|
Configuration |
Configuration.useParameterConverters(ParameterConverters parameterConverters)
|
Configuration |
UnmodifiableConfiguration.useParanamer(com.thoughtworks.paranamer.Paranamer paranamer)
|
Configuration |
Configuration.useParanamer(com.thoughtworks.paranamer.Paranamer paranamer)
|
Configuration |
Configuration.usePathCalculator(PathCalculator pathCalculator)
|
Configuration |
UnmodifiableConfiguration.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)
|
Configuration |
Configuration.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)
|
Configuration |
UnmodifiableConfiguration.useStepCollector(StepCollector stepCollector)
|
Configuration |
Configuration.useStepCollector(StepCollector stepCollector)
|
Configuration |
Configuration.useStepdocReporter(StepdocReporter stepdocReporter)
|
Configuration |
Configuration.useStepFinder(StepFinder stepFinder)
|
Configuration |
UnmodifiableConfiguration.useStepMonitor(StepMonitor stepMonitor)
|
Configuration |
Configuration.useStepMonitor(StepMonitor stepMonitor)
|
Configuration |
UnmodifiableConfiguration.useStepPatternParser(StepPatternParser stepPatternParser)
|
Configuration |
Configuration.useStepPatternParser(StepPatternParser stepPatternParser)
|
Configuration |
UnmodifiableConfiguration.useStoryControls(StoryControls storyControls)
|
Configuration |
Configuration.useStoryControls(StoryControls storyControls)
|
Configuration |
UnmodifiableConfiguration.useStoryLoader(StoryLoader storyLoader)
|
Configuration |
Configuration.useStoryLoader(StoryLoader storyLoader)
|
Configuration |
UnmodifiableConfiguration.useStoryParser(StoryParser storyParser)
|
Configuration |
Configuration.useStoryParser(StoryParser storyParser)
|
Configuration |
UnmodifiableConfiguration.useStoryPathResolver(StoryPathResolver storyPathResolver)
|
Configuration |
Configuration.useStoryPathResolver(StoryPathResolver storyPathResolver)
|
Configuration |
UnmodifiableConfiguration.useStoryReporterBuilder(StoryReporterBuilder storyReporterBuilder)
|
Configuration |
Configuration.useStoryReporterBuilder(StoryReporterBuilder storyReporterBuilder)
|
Configuration |
UnmodifiableConfiguration.useViewGenerator(ViewGenerator viewGenerator)
|
Configuration |
Configuration.useViewGenerator(ViewGenerator viewGenerator)
|
| Methods in org.jbehave.core.configuration with parameters of type Configuration | |
|---|---|
java.util.List<CandidateSteps> |
AnnotationBuilder.buildCandidateSteps(Configuration configuration)
Builds CandidateSteps using annotation UsingSteps found in the
annotated object instance and the configuration provided |
InjectableStepsFactory |
AnnotationBuilder.buildStepsFactory(Configuration configuration)
Builds the InjectableStepsFactory using annotation UsingSteps found in the
annotated object instance and the configuration provided |
| Constructors in org.jbehave.core.configuration with parameters of type Configuration | |
|---|---|
UnmodifiableConfiguration(Configuration delegate)
|
|
| Uses of Configuration in org.jbehave.core.embedder |
|---|
| Methods in org.jbehave.core.embedder that return Configuration | |
|---|---|
Configuration |
Embedder.configuration()
|
| Methods in org.jbehave.core.embedder with parameters of type Configuration | |
|---|---|
protected Embedder.EnqueuedStory |
Embedder.enqueuedStory(EmbedderControls embedderControls,
Configuration configuration,
InjectableStepsFactory stepsFactory,
BatchFailures batchFailures,
MetaFilter filter,
java.lang.String storyPath,
Story story,
StoryRunner.State beforeStories)
|
void |
Embedder.reportStepdocs(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps)
|
void |
StoryRunner.run(Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given steps factory, applying the given meta filter, and staring from given state. |
void |
StoryRunner.run(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story)
Runs a Story with the given configuration and steps. |
void |
StoryRunner.run(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter)
Runs a Story with the given configuration and steps, applying the given meta filter. |
void |
StoryRunner.run(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given configuration and steps, applying the given meta filter, and staring from given state. |
StoryRunner.State |
StoryRunner.runBeforeOrAfterStories(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Run steps before or after a collection of stories. |
Story |
StoryRunner.storyOfPath(Configuration configuration,
java.lang.String storyPath)
Returns the parsed story from the given path |
void |
Embedder.useConfiguration(Configuration configuration)
|
| Constructors in org.jbehave.core.embedder with parameters of type Configuration | |
|---|---|
Embedder.EnqueuedStory(java.lang.String storyPath,
Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
EmbedderControls embedderControls,
BatchFailures batchFailures,
EmbedderMonitor embedderMonitor,
StoryRunner storyRunner,
StoryRunner.State beforeStories)
|
|
Embedder.EnqueuedStory(java.lang.String storyPath,
Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
EmbedderControls embedderControls,
BatchFailures batchFailures,
EmbedderMonitor embedderMonitor,
StoryRunner storyRunner,
StoryRunner.State beforeStories)
|
|
| Uses of Configuration in org.jbehave.core.steps |
|---|
| Methods in org.jbehave.core.steps that return Configuration | |
|---|---|
Configuration |
Steps.configuration()
|
Configuration |
CandidateSteps.configuration()
Returns the configuration |
| Constructors in org.jbehave.core.steps with parameters of type Configuration | |
|---|---|
AbstractStepsFactory(Configuration configuration)
|
|
InstanceStepsFactory(Configuration configuration,
java.util.List<java.lang.Object> stepsInstances)
|
|
InstanceStepsFactory(Configuration configuration,
java.lang.Object... stepsInstances)
|
|
Steps(Configuration configuration)
Creates Steps with given custom configuration for a class extending this instance and containing the candidate step methods |
|
Steps(Configuration configuration,
java.lang.Class<?> type,
InjectableStepsFactory stepsFactory)
Creates Steps with given custom configuration and a steps instance type containing the candidate step methods. |
|
Steps(Configuration configuration,
java.lang.Object instance)
Creates Steps with given custom configuration and a steps instance containing the candidate step methods |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||