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
- junit4 rule logic moved to IntegrationTestSupport class
- junit4 rule uses now the integration test support
- junit5 extension IntegrationTestExtension created
+ WithScenario annotation
- junit5 extension uses also IntegrationTestSupport class
Situation
Currently we have for integration tests only a Junit4 way:
Wanted
We want to provide Junit5 way
Solution
We will provide a Junit5 extension called
IntegrationTestExtension
.To provide test scenario parameters we introduce:
@WithTestScenario
Here an example how it will look like when using Junit5:
The text was updated successfully, but these errors were encountered: