Package | Description |
---|---|
org.drools.scenariosimulation.backend.fluent | |
org.drools.scenariosimulation.backend.runner | |
org.drools.scenariosimulation.backend.runner.model |
Modifier and Type | Method and Description |
---|---|
ScenarioResult |
FactCheckerHandle.getScenarioResult() |
Modifier and Type | Method and Description |
---|---|
void |
RuleScenarioExecutableBuilder.addInternalCondition(Class<?> clazz,
Function<Object,ResultWrapper> checkFunction,
ScenarioResult scenarioResult) |
Constructor and Description |
---|
FactCheckerHandle(Class<?> clazz,
Function<Object,ResultWrapper> checkFuction,
ScenarioResult scenarioResult) |
Modifier and Type | Method and Description |
---|---|
protected ScenarioResult |
AbstractRunnerHelper.fillResult(FactMappingValue expectedResult,
FactIdentifier factIdentifier,
Supplier<ResultWrapper<?>> resultSupplier,
ExpressionEvaluator expressionEvaluator) |
ScenarioResult |
ScenarioAssumptionViolatedException.getScenarioResult() |
Modifier and Type | Method and Description |
---|---|
protected List<ScenarioResult> |
RuleScenarioRunnerHelper.getScenarioResultsFromGivenFacts(SimulationDescriptor simulationDescriptor,
List<ScenarioExpect> scenarioOutputsPerFact,
ScenarioGiven input,
ExpressionEvaluator expressionEvaluator) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRunnerHelper.validateAssertion(List<ScenarioResult> scenarioResults,
Scenario scenario) |
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.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
ScenarioRunnerData.addResult(ScenarioResult result) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.