public abstract class RunAllStories extends org.jbehave.core.junit.JUnitStories implements ScannedStepsFactory, ScreenshotStoryReporterBuilder, FaultTolerantStoryPathResolver, ScannedStoryPaths
Copyright (c) 2018 Daniel Keiss, Deutsche Telekom AG This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
| Constructor and Description |
|---|
RunAllStories() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apiOnly()
Check this if instance has the @ApiOnly annotation
|
org.jbehave.core.configuration.Configuration |
configuration() |
org.jbehave.core.embedder.Embedder |
configuredEmbedder() |
abstract org.springframework.context.ApplicationContext |
getApplicationContext() |
void |
run() |
org.jbehave.core.steps.InjectableStepsFactory |
stepsFactory() |
List<String> |
storyPaths() |
addSteps, addSteps, candidateSteps, hasConfiguration, hasStepsFactory, useConfiguration, useEmbedder, useStepsFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTestLevel, scannedStepsFactory, testLevelStepsFactoryscreenshotStoryReporterBuilderremoveStoryFromClassNameStoryPathResolverscannedStoryPaths, storiesBasePath, testLevelStoryPathspublic org.jbehave.core.configuration.Configuration configuration()
configuration in interface ScannedStepsFactoryconfiguration in interface ScannedStoryPathsconfiguration in class org.jbehave.core.ConfigurableEmbedderpublic org.jbehave.core.steps.InjectableStepsFactory stepsFactory()
stepsFactory in class org.jbehave.core.ConfigurableEmbedderpublic List<String> storyPaths()
storyPaths in class org.jbehave.core.junit.JUnitStoriespublic org.jbehave.core.embedder.Embedder configuredEmbedder()
configuredEmbedder in class org.jbehave.core.ConfigurableEmbedderpublic void run()
throws Throwable
run in interface org.jbehave.core.Embeddablerun in class org.jbehave.core.junit.JUnitStoriesThrowablepublic boolean apiOnly()
public abstract org.springframework.context.ApplicationContext getApplicationContext()
getApplicationContext in interface ScannedStepsFactorygetApplicationContext in interface FaultTolerantStoryPathResolvergetApplicationContext in interface ScreenshotStoryReporterBuilderCopyright © 2017–2019. All rights reserved.