Interface ScannedStepsFactory

  • All Known Implementing Classes:
    AbstractStory, RunAllStories

    public interface ScannedStepsFactory
    Steps 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 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()