Class RunAllStories
- java.lang.Object
-
- org.jbehave.core.ConfigurableEmbedder
-
- org.jbehave.core.junit.JUnitStories
-
- de.telekom.test.bddwebapp.stories.RunAllStories
-
- All Implemented Interfaces:
ScannedStepsFactory,FaultTolerantStoryPathResolver,ScannedStoryPaths,ScreenshotStoryReporterBuilder,org.jbehave.core.Embeddable
public abstract class RunAllStories extends org.jbehave.core.junit.JUnitStories implements ScannedStepsFactory, ScreenshotStoryReporterBuilder, FaultTolerantStoryPathResolver, ScannedStoryPaths
Run all stories- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2020 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
-
Constructor Summary
Constructors Constructor Description RunAllStories()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.jbehave.core.configuration.Configurationconfiguration()org.jbehave.core.embedder.EmbedderconfiguredEmbedder()abstract org.springframework.context.ApplicationContextgetApplicationContext()org.jbehave.core.steps.InjectableStepsFactorystepsFactory()List<String>storyPaths()-
Methods inherited from class org.jbehave.core.ConfigurableEmbedder
addSteps, addSteps, candidateSteps, hasConfiguration, hasStepsFactory, useConfiguration, useEmbedder, useStepsFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.telekom.test.bddwebapp.stories.config.FaultTolerantStoryPathResolver
removeStoryFromClassNameStoryPathResolver
-
Methods inherited from interface de.telekom.test.bddwebapp.steps.ScannedStepsFactory
getTestLevel, scannedStepsFactory, testLevelStepsFactory
-
Methods inherited from interface de.telekom.test.bddwebapp.stories.config.ScannedStoryPaths
scannedStoryPaths, storiesBasePath, testLevelStoryPaths
-
Methods inherited from interface de.telekom.test.bddwebapp.stories.config.ScreenshotStoryReporterBuilder
screenshotStoryReporterBuilder
-
-
-
-
Method Detail
-
configuration
public org.jbehave.core.configuration.Configuration configuration()
- Specified by:
configurationin interfaceScannedStepsFactory- Specified by:
configurationin interfaceScannedStoryPaths- Overrides:
configurationin classorg.jbehave.core.ConfigurableEmbedder
-
stepsFactory
public org.jbehave.core.steps.InjectableStepsFactory stepsFactory()
- Overrides:
stepsFactoryin classorg.jbehave.core.ConfigurableEmbedder
-
storyPaths
public List<String> storyPaths()
- Specified by:
storyPathsin classorg.jbehave.core.junit.JUnitStories
-
configuredEmbedder
public org.jbehave.core.embedder.Embedder configuredEmbedder()
- Overrides:
configuredEmbedderin classorg.jbehave.core.ConfigurableEmbedder
-
getApplicationContext
public abstract org.springframework.context.ApplicationContext getApplicationContext()
- Specified by:
getApplicationContextin interfaceFaultTolerantStoryPathResolver- Specified by:
getApplicationContextin interfaceScannedStepsFactory- Specified by:
getApplicationContextin interfaceScreenshotStoryReporterBuilder
-
-