Skip to content

Adapt Scenario sImulation Runner to JUnit 5 #1678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gitgabrio opened this issue Dec 9, 2024 · 2 comments · May be fixed by apache/incubator-kie-drools#6338
Open

Adapt Scenario sImulation Runner to JUnit 5 #1678

gitgabrio opened this issue Dec 9, 2024 · 2 comments · May be fixed by apache/incubator-kie-drools#6338
Assignees
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

Comments

@gitgabrio
Copy link

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

@gitgabrio gitgabrio self-assigned this Dec 9, 2024
@yesamer yesamer added type:enhancement Something that already exists needs to be improved area:engine Related to the runtime engines area:test-scenario Related to Test Scenario (scesim) labels Dec 9, 2024
@jomarko
Copy link

jomarko commented Dec 10, 2024

Is here an impact for users that will try to open and edit old scesim files that were created before JUnit5 support ?

@gitgabrio
Copy link
Author

Nope. The modification is only on the "maven" side: the scesim format itself (and its companion DTO) will be kept untouched

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants