Modifier and Type | Method and Description |
---|---|
ScenarioResult |
FactCheckerHandle.getScenarioResult() |
Modifier and Type | Method and Description |
---|---|
void |
ScenarioExecutableBuilder.addInternalCondition(Class<?> clazz,
Function<Object,SingleFactValueResult> checkFunction,
ScenarioResult scenarioResult) |
Constructor and Description |
---|
FactCheckerHandle(Class<?> clazz,
Function<Object,SingleFactValueResult> checkFuction,
ScenarioResult scenarioResult) |
Modifier and Type | Method and Description |
---|---|
ScenarioResult |
ScenarioAssumptionViolatedException.getScenarioResult() |
Modifier and Type | Method and Description |
---|---|
static List<ScenarioResult> |
ScenarioRunnerHelper.getScenarioResultsFromGivenFacts(SimulationDescriptor simulationDescriptor,
List<ScenarioOutput> scenarioOutputsPerFact,
ScenarioInput input,
ExpressionEvaluator expressionEvaluator) |
protected List<ScenarioResult> |
ScenarioRunnerImpl.internalRunScenario(Scenario scenario,
org.junit.internal.runners.model.EachTestNotifier singleNotifier) |
Modifier and Type | Method and Description |
---|---|
static void |
ScenarioRunnerHelper.validateAssertion(List<ScenarioResult> scenarioResults,
Scenario scenario,
org.junit.internal.runners.model.EachTestNotifier singleNotifier) |
Constructor and Description |
---|
ScenarioAssumptionViolatedException(Scenario scenario,
ScenarioResult scenarioResult,
String message) |
ScenarioAssumptionViolatedException(Scenario scenario,
ScenarioResult scenarioResult,
String assumption,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
ScenarioResult |
ScenarioResult.setResult(boolean result) |
Modifier and Type | Method and Description |
---|---|
List<ScenarioResult> |
ScenarioRunnerData.getResultData() |
Modifier and Type | Method and Description |
---|---|
void |
ScenarioRunnerData.addResult(ScenarioResult result) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.