Adapt Scenario sImulation Runner to JUnit 5 #1678
Labels
area:engine
Related to the runtime engines
area:test-scenario
Related to Test Scenario (scesim)
type:enhancement
Something that already exists needs to be improved
Scenario simulation is a graphical tool used to create a
lot of "unit tests" (each of which is a "scenario") for a given DMN/DRL
model.
The tool output the test in the *.scesim format, then the backend counterpart read that file during maven test phase, and execute them.
Its current implementation relies on JUnit4 "Runner", so it has to be rewritten on top of JUnit5 version
@yesamer @pibizza
The text was updated successfully, but these errors were encountered: