Class DMNScenarioRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.drools.scenariosimulation.backend.runner.AbstractScenarioRunner
-
- org.drools.scenariosimulation.backend.runner.DMNScenarioRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable
public class DMNScenarioRunner extends AbstractScenarioRunner
-
-
Field Summary
-
Fields inherited from class org.drools.scenariosimulation.backend.runner.AbstractScenarioRunner
classLoader, desc, expressionEvaluatorFactory, kieContainer, scenarioRunnerDTO, simulationRunMetadataBuilder
-
-
Constructor Summary
Constructors Constructor Description DMNScenarioRunner(org.kie.api.runtime.KieContainer kieContainer, ScenarioRunnerDTO scenarioRunnerDTO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractRunnerHelpernewRunnerHelper()-
Methods inherited from class org.drools.scenariosimulation.backend.runner.AbstractScenarioRunner
getClassLoader, getDescription, getDescriptionForScenario, getDescriptionForSimulation, getFilePath, getKieContainer, getLastRunResultMetadata, getScesimFileName, getSpecificRunnerProvider, internalRunScenario, run, singleRunScenario
-
-
-
-
Constructor Detail
-
DMNScenarioRunner
public DMNScenarioRunner(org.kie.api.runtime.KieContainer kieContainer, ScenarioRunnerDTO scenarioRunnerDTO)
-
-
Method Detail
-
newRunnerHelper
protected AbstractRunnerHelper newRunnerHelper()
- Specified by:
newRunnerHelperin classAbstractScenarioRunner
-
-