public class ScenarioResultMetadata extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
available |
protected Set<String> |
executed |
protected ScenarioWithIndex |
scenarioWithIndex |
Constructor and Description |
---|
ScenarioResultMetadata(ScenarioWithIndex scenarioWithIndex) |
Modifier and Type | Method and Description |
---|---|
void |
addAvailable(String element) |
void |
addExecuted(String element) |
Set<String> |
getAvailable() |
Set<String> |
getExecuted() |
ScenarioWithIndex |
getScenarioWithIndex() |
protected final ScenarioWithIndex scenarioWithIndex
public ScenarioResultMetadata(ScenarioWithIndex scenarioWithIndex)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.