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
It should be possible to add a simple JUnit 5 extension that would handle this.
Note for implementation:
JUnit 5 compile dependency should be optional - i.e. projects using JUnit 4 or an entirely different testing framework should not get transitive JUnit 5 jars.
The text was updated successfully, but these errors were encountered:
Currently the following block has to be duplicated in every test.
It should be possible to add a simple JUnit 5 extension that would handle this.
Note for implementation:
JUnit 5 compile dependency should be optional - i.e. projects using JUnit 4 or an entirely different testing framework should not get transitive JUnit 5 jars.
The text was updated successfully, but these errors were encountered: