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
exclude jgiven-junit from jgiven-spring dependency
create new base class SpringJunit5ScenarioTest extending both SpringExtension and JGivenExtension, also implement BeanFactoryAware to set the scenario's stage creator.
CaseAs workaround:
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:
mmadson
changed the title
Spring + Junit5
Junit5 issues with Spring integration and CaseAs
Oct 5, 2018
Spring integration workaround:
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: