@Component public class CurrentStory extends Object
Copyright (c) 2018 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.
| Constructor and Description |
|---|
CurrentStory(@NonNull CustomizingStories customizingStories) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getStoryClass() |
String |
getStoryName() |
String |
getStoryPath() |
boolean |
isApiOnly() |
boolean |
isRestartBrowserBeforeScenario() |
void |
setStoryPath(String storyPath) |
@Autowired
public CurrentStory(@NonNull
@NonNull CustomizingStories customizingStories)
public String getStoryName()
public Class getStoryClass()
public boolean isApiOnly()
public boolean isRestartBrowserBeforeScenario()
public String getStoryPath()
public void setStoryPath(String storyPath)
Copyright © 2017–2019. All rights reserved.