drools-scenario-simulation/drools-scenario-simulation-backend/Developer_Guide.md
The Test Scenario engine is based on JUnit 5 Test Engine, and it is fired annotating a test class with
@TestScenarioActivator
It provides two runners, one for Decision engine and one for Rules engine.
For both runners there is RunnerHelper implementing AbstractRunnerHelper, namely:
DMNScenarioRunnerHelperRuleScenarioRunnerHelperScope of the RunnerHelpers is to
ExecutableBuilder, that contains all the required data to execute a modelFor ExecutableBuilder instantiation, the RuleScenarioRunnerHelper uses the tradition approach, based on KieContainer and related APIs.
DMNScenarioRunnerHelper, on the other side, features the Efesto APIs, thus not requiring the KieContainer instantiation and usage.