Hi all. In the last months we have progressively migrated junit tests from version 4 to 5 (mostly Paolo Bizzarri: kudos!). One of the last details to solve is the Scenario Simulation (SCESIM). In simple words, 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. Its current implementation relies on JUnit4, so it has to be rewritten. We have discussed thoroughly with Paolo, and we came up with the idea to re-implement it in the style of "ParametrizedTest", where each "scenario" would be a single test set.
We'll keep working on that idea, but if anyone has other suggestions, or doubts, please share them. Best Gabriele
