Interface ScannedStoryPaths

  • All Known Implementing Classes:
    RunAllStories

    public interface ScannedStoryPaths
    Scan story classes in classpath and add paths for execution
    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.

    • Method Detail

      • scannedStoryPaths

        default List<String> scannedStoryPaths()
      • testLevelStoryPaths

        default List<String> testLevelStoryPaths​(int testLevel)
      • storiesBasePath

        default String storiesBasePath()
      • configuration

        org.jbehave.core.configuration.Configuration configuration()