You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Junit5 parameterized test call getScenario().getScenarioCaseModel().setDescription() to set the case description using whatever parameter values you need.
It would be great if these workarounds were not necessary and CaseAs worked properly with junit5 parameterized tests.
The text was updated successfully, but these errors were encountered:
I implemented an ugly workaround that uses reflection to get the arguments out of the ExecutionContext. This is similar to the workaround that also exists for JUnit 4 that had the same problem.
CaseAs workaround:
It would be great if these workarounds were not necessary and CaseAs worked properly with junit5 parameterized tests.
The text was updated successfully, but these errors were encountered: