public class InteractionLifecycleSteps extends Object
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG 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 | Field and Description |
|---|---|
protected ScenarioInteraction |
scenarioInteraction |
protected StoryInteraction |
storyInteraction |
| Constructor and Description |
|---|
InteractionLifecycleSteps() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeScenario(org.jbehave.core.annotations.ScenarioType type) |
void |
beforeScenarioForExample() |
void |
beforeScenarioForNormal() |
void |
beforeStory() |
@Autowired protected ScenarioInteraction scenarioInteraction
@Autowired protected StoryInteraction storyInteraction
@BeforeStory public void beforeStory()
@BeforeScenario(uponType=NORMAL) public void beforeScenarioForNormal()
@BeforeScenario(uponType=EXAMPLE) public void beforeScenarioForExample()
protected void beforeScenario(org.jbehave.core.annotations.ScenarioType type)
Copyright © 2017–2020. All rights reserved.