| Package | Description |
|---|---|
| io.engineblock.core | |
| io.engineblock.script |
| Modifier and Type | Method and Description |
|---|---|
ScenarioResult |
ScenariosResults.getOne() |
| Constructor and Description |
|---|
ScenariosResults(ScenariosExecutor scenariosExecutor,
Map<Scenario,ScenarioResult> map) |
| Modifier and Type | Method and Description |
|---|---|
ScenarioResult |
Scenario.call() |
| Modifier and Type | Method and Description |
|---|---|
Map<Scenario,Optional<ScenarioResult>> |
ScenariosExecutor.getAsyncResultStatus()
Returns a map of all pending scenario names and optional results.
|
Optional<ScenarioResult> |
ScenariosExecutor.getPendingResult(String scenarioName)
Get the result of a pending or completed scenario.
|
Copyright © 2017. All rights reserved.