Class InteractionLifecycleSteps
- java.lang.Object
-
- de.telekom.test.bddwebapp.interaction.steps.InteractionLifecycleSteps
-
public class InteractionLifecycleSteps extends Object
Regulating the lifecycle of the browser for JBehave frontend tests- 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.
-
-
Field Summary
Fields Modifier and Type Field Description protected ScenarioInteractionscenarioInteractionprotected StoryInteractionstoryInteraction
-
Constructor Summary
Constructors Constructor Description InteractionLifecycleSteps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeforeScenario(org.jbehave.core.annotations.ScenarioType type)voidbeforeScenarioForExample()voidbeforeScenarioForNormal()voidbeforeStory()
-
-
-
Field Detail
-
scenarioInteraction
@Autowired protected ScenarioInteraction scenarioInteraction
-
storyInteraction
@Autowired protected StoryInteraction storyInteraction
-
-
Method Detail
-
beforeStory
@BeforeStory public void beforeStory()
-
beforeScenarioForNormal
@BeforeScenario(uponType=NORMAL) public void beforeScenarioForNormal()
-
beforeScenarioForExample
@BeforeScenario(uponType=EXAMPLE) public void beforeScenarioForExample()
-
beforeScenario
protected void beforeScenario(org.jbehave.core.annotations.ScenarioType type)
-
-