public interface ScannedStepsFactory
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.
| Modifier and Type | Method and Description |
|---|---|
org.jbehave.core.configuration.Configuration |
configuration() |
org.springframework.context.ApplicationContext |
getApplicationContext() |
default int |
getTestLevel() |
default org.jbehave.core.steps.InjectableStepsFactory |
scannedStepsFactory() |
default org.jbehave.core.steps.InjectableStepsFactory |
testLevelStepsFactory(int testLevel) |
default org.jbehave.core.steps.InjectableStepsFactory scannedStepsFactory()
default org.jbehave.core.steps.InjectableStepsFactory testLevelStepsFactory(int testLevel)
default int getTestLevel()
org.springframework.context.ApplicationContext getApplicationContext()
org.jbehave.core.configuration.Configuration configuration()
Copyright © 2017–2020. All rights reserved.