| 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 |
RuleStatelessScenarioExecutableBuilder.addInternalCondition(Class<?> clazz,
Function<Object,ValueWrapper> checkFunction,
ScenarioResult scenarioResult) |
void |
RuleStatefulScenarioExecutableBuilder.addInternalCondition(Class<?> clazz,
Function<Object,ValueWrapper> checkFunction,
ScenarioResult scenarioResult) |
void |
RuleScenarioExecutableBuilder.addInternalCondition(Class<?> clazz,
Function<Object,ValueWrapper> checkFunction,
ScenarioResult scenarioResult) |
| Constructor and Description |
|---|
FactCheckerHandle(Class<?> clazz,
Function<Object,ValueWrapper> checkFuction,
ScenarioResult scenarioResult) |
| Modifier and Type | Method and Description |
|---|---|
protected ScenarioResult |
AbstractRunnerHelper.fillResult(FactMappingValue expectedResult,
Supplier<ValueWrapper<?>> resultSupplier,
ExpressionEvaluator expressionEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ScenarioResult> |
RuleScenarioRunnerHelper.getScenarioResultsFromGivenFacts(ScesimModelDescriptor scesimModelDescriptor,
List<ScenarioExpect> scenarioOutputsPerFact,
InstanceGiven input,
ExpressionEvaluatorFactory expressionEvaluatorFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRunnerHelper.validateAssertion(List<ScenarioResult> scenarioResults,
ScesimModelDescriptor scesimModelDescriptor) |
| 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–2021 JBoss by Red Hat. All rights reserved.