-
Notifications
You must be signed in to change notification settings - Fork 706
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
Switch remaining jUnit 4 tests to jUnit jupiter #973
Comments
Assigning to @robertmcnees |
Hello @spencergibb, Can I take this up if nobody is working on it already? Thanks in advance! |
Someone is assigned already |
Moved back to open so more modules can be converted. |
@ManasviGoyal is working on reducing method and class visibility after the conversion to JUnitJupiter. |
Gave it a quick try to convert more classes over to JUnit 5; outcome here: I had not yet created a merge request (although willing) as it appeared @ManasviGoyal was also working on this previously, and I don't know the current state of that effort. I had dropped the Adhoc suites for now, as they are ignored currently, and converting them to disabled suites would require additional depencies. Please let me know if these should be restored as they were or converted with the added dependencies. There's quite a few tests left over that rely on the |
@timtebeek, @spencergibb is currently working on an alternative to the |
Any replacement for the |
Noticed there's a ModifiedClassPathExtension in Spring Boot; would that be suitable here as well? |
yes, I have local branch with a copy, but there are errors I haven't had time to work thru. |
No description provided.
The text was updated successfully, but these errors were encountered: