public class ScenarioRunnerData extends Object
Constructor and Description |
---|
ScenarioRunnerData() |
Modifier and Type | Method and Description |
---|---|
void |
addBackground(InstanceGiven backgroundInstance) |
void |
addExpect(ScenarioExpect output) |
void |
addGiven(InstanceGiven input) |
void |
addResult(ScenarioResult result) |
List<InstanceGiven> |
getBackgrounds() |
List<ScenarioExpect> |
getExpects() |
List<InstanceGiven> |
getGivens() |
Optional<ScenarioResultMetadata> |
getMetadata() |
List<ScenarioResult> |
getResults() |
void |
setMetadata(ScenarioResultMetadata metadata) |
public void addBackground(InstanceGiven backgroundInstance)
public void addGiven(InstanceGiven input)
public void addExpect(ScenarioExpect output)
public void addResult(ScenarioResult result)
public void setMetadata(ScenarioResultMetadata metadata)
public List<InstanceGiven> getBackgrounds()
public List<InstanceGiven> getGivens()
public List<ScenarioExpect> getExpects()
public List<ScenarioResult> getResults()
public Optional<ScenarioResultMetadata> getMetadata()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.