Class CurrentStory


  • @Component
    public class CurrentStory
    extends Object
    Gives access to the current story about the Spring Context
    Author:
    Daniel Keiss <daniel.keiss@telekom.de>, Marc Eckart - Initial implementation of current story bean

    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 Detail

      • CurrentStory

        public CurrentStory()
    • Method Detail

      • getStoryPath

        public String getStoryPath()
      • setStoryPath

        public void setStoryPath​(String storyPath)
      • getStoryMetaData

        public org.jbehave.core.model.Meta getStoryMetaData()
      • setStoryMetaData

        public void setStoryMetaData​(org.jbehave.core.model.Meta storyMetaData)
      • getStoryName

        public String getStoryName()
      • getStoryClass

        public Class getStoryClass()
      • isRestartBrowserBeforeScenario

        public boolean isRestartBrowserBeforeScenario()