Class KogitoDMNScenarioRunner

java.lang.Object
org.junit.runner.Runner
org.drools.scenariosimulation.backend.runner.AbstractScenarioRunner
org.drools.scenariosimulation.backend.runner.DMNScenarioRunner
org.kogito.scenariosimulation.runner.KogitoDMNScenarioRunner
All Implemented Interfaces:
org.junit.runner.Describable

public class KogitoDMNScenarioRunner extends org.drools.scenariosimulation.backend.runner.DMNScenarioRunner
  • Field Summary

    Fields inherited from class org.drools.scenariosimulation.backend.runner.AbstractScenarioRunner

    classLoader, desc, expressionEvaluatorFactory, kieContainer, scenarioRunnerDTO, simulationRunMetadataBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
    KogitoDMNScenarioRunner(org.drools.scenariosimulation.backend.runner.model.ScenarioRunnerDTO scenarioRunnerDTO)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.drools.scenariosimulation.backend.runner.AbstractRunnerHelper
     

    Methods inherited from class org.drools.scenariosimulation.backend.runner.AbstractScenarioRunner

    getClassLoader, getDescription, getDescriptionForScenario, getDescriptionForSimulation, getFilePath, getKieContainer, getLastRunResultMetadata, getScesimFileName, getSpecificRunnerProvider, internalRunScenario, run, singleRunScenario

    Methods inherited from class org.junit.runner.Runner

    testCount

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KogitoDMNScenarioRunner

      public KogitoDMNScenarioRunner(org.drools.scenariosimulation.backend.runner.model.ScenarioRunnerDTO scenarioRunnerDTO)
  • Method Details

    • newRunnerHelper

      protected org.drools.scenariosimulation.backend.runner.AbstractRunnerHelper newRunnerHelper()
      Overrides:
      newRunnerHelper in class org.drools.scenariosimulation.backend.runner.DMNScenarioRunner