Uses of Class
org.jbehave.core.configuration.Configuration
-
-
Uses of Configuration in org.jbehave.core
Methods in org.jbehave.core that return Configuration Modifier and Type Method Description Configuration
ConfigurableEmbedder. configuration()
Methods in org.jbehave.core with parameters of type Configuration Modifier and Type Method Description void
ConfigurableEmbedder. useConfiguration(Configuration configuration)
-
Uses of Configuration in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return types with arguments of type Configuration Modifier and Type Method Description Class<? extends Configuration>
using()
-
Uses of Configuration in org.jbehave.core.configuration
Subclasses of Configuration in org.jbehave.core.configuration Modifier and Type Class Description 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
: usesFailingUponPendingStep
PropertyBasedConfiguration.SILENT_SUCCESS
: usesSilentSuccessFilter
decoratorclass
UnmodifiableConfiguration
Decorator of Configuration that disables modification of configuration elements.Methods in org.jbehave.core.configuration with parameters of type Configuration Modifier and Type Method Description List<CandidateSteps>
AnnotationBuilder. buildCandidateSteps(Configuration configuration)
Builds CandidateSteps using annotationUsingSteps
found in the annotated object instance and the configuration providedInjectableStepsFactory
AnnotationBuilder. buildStepsFactory(Configuration configuration)
Builds theInjectableStepsFactory
using annotationUsingSteps
found in the annotated object instance and the configuration providedConstructors in org.jbehave.core.configuration with parameters of type Configuration Constructor Description UnmodifiableConfiguration(Configuration delegate)
-
Uses of Configuration in org.jbehave.core.embedder
Fields in org.jbehave.core.embedder declared as Configuration Modifier and Type Field Description protected Configuration
Embedder. configuration
Methods in org.jbehave.core.embedder that return Configuration Modifier and Type Method Description Configuration
Embedder. configuration()
Configuration
PerformableTree.RunContext. configuration()
Methods in org.jbehave.core.embedder with parameters of type Configuration Modifier and Type Method Description protected void
Embedder. configureThreads(Configuration configuration, int threads)
PerformableTree.RunContext
PerformableTree. newRunContext(Configuration configuration, AllStepCandidates allStepCandidates, EmbedderMonitor embedderMonitor, MetaFilter filter, BatchFailures failures)
void
Embedder. reportStepdocs(Configuration configuration, List<CandidateSteps> candidateSteps)
Story
PerformableTree. storyOfPath(Configuration configuration, String storyPath)
Returns the parsed story from the given pathStory
PerformableTree. storyOfText(Configuration configuration, String storyAsText, String storyId)
Returns the parsed story from the given textvoid
Embedder. useConfiguration(Configuration configuration)
Constructors in org.jbehave.core.embedder with parameters of type Configuration Constructor Description RunContext(Configuration configuration, AllStepCandidates allStepCandidates, EmbedderMonitor embedderMonitor, MetaFilter filter, BatchFailures failures)
StoryManager(Configuration configuration, InjectableStepsFactory stepsFactory, EmbedderControls embedderControls, EmbedderMonitor embedderMonitor, ExecutorService executorService, PerformableTree performableTree, StoryTimeouts.TimeoutParser... parsers)
-
Uses of Configuration in org.jbehave.core.junit
Constructors in org.jbehave.core.junit with parameters of type Configuration Constructor Description JUnit4DescriptionGenerator(AllStepCandidates allStepCandidates, Configuration configuration)
-
Uses of Configuration in org.jbehave.core.model
Constructors in org.jbehave.core.model with parameters of type Configuration Constructor Description ExamplesTableFactory(Configuration configuration)
-
Uses of Configuration in org.jbehave.core.reporters
Fields in org.jbehave.core.reporters declared as Configuration Modifier and Type Field Description protected Configuration
StoryReporterBuilder. configuration
Constructors in org.jbehave.core.reporters with parameters of type Configuration Constructor Description StoryReporterBuilder(Configuration configuration)
-
Uses of Configuration in org.jbehave.core.steps
Methods in org.jbehave.core.steps that return Configuration Modifier and Type Method Description protected Configuration
AbstractCandidateSteps. configuration()
Constructors in org.jbehave.core.steps with parameters of type Configuration Constructor Description AbstractCandidateSteps(Configuration configuration)
AbstractStepsFactory(Configuration configuration)
CompositeCandidateSteps(Configuration configuration, Set<String> compositePaths)
InstanceStepsFactory(Configuration configuration, Object... stepsInstances)
InstanceStepsFactory(Configuration configuration, List<?> stepsInstances)
JsonFactory(Configuration configuration)
ScanningStepsFactory(Configuration configuration, Class<?> root)
ScanningStepsFactory(Configuration configuration, String... packageNames)
Steps(Configuration configuration)
Creates Steps with given custom configuration for a class extending this instance and containing the candidate step methodsSteps(Configuration configuration, Class<?> type, InjectableStepsFactory stepsFactory)
Creates Steps with given custom configuration and a steps instance type containing the candidate step methods.Steps(Configuration configuration, Object instance)
Creates Steps with given custom configuration and a steps instance containing the candidate step methods
-