Package de.telekom.test.bddwebapp.steps
Interface ScannedStepsFactory
-
- All Known Implementing Classes:
AbstractStory,RunAllStories
public interface ScannedStepsFactorySteps factory for automatic step instantiation by class path scan- Author:
- Daniel Keiss <daniel.keiss@telekom.de>, Yasin Yildiz <YildizY@telekom.de> - Coauthor of the optimized test level steps factory
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.jbehave.core.configuration.Configurationconfiguration()org.springframework.context.ApplicationContextgetApplicationContext()default intgetTestLevel()default org.jbehave.core.steps.InjectableStepsFactoryscannedStepsFactory()default org.jbehave.core.steps.InjectableStepsFactorytestLevelStepsFactory(int testLevel)
-
-
-
Method Detail
-
scannedStepsFactory
default org.jbehave.core.steps.InjectableStepsFactory scannedStepsFactory()
-
testLevelStepsFactory
default org.jbehave.core.steps.InjectableStepsFactory testLevelStepsFactory(int testLevel)
-
getTestLevel
default int getTestLevel()
-
getApplicationContext
org.springframework.context.ApplicationContext getApplicationContext()
-
configuration
org.jbehave.core.configuration.Configuration configuration()
-
-