-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Provide a JUnit 5 equivalent of ModifiedClassPathRunner #16957
Comments
@wilkinsona, the new Since JUnit Jupiter 5.5 will most likely be released in time for inclusion in Spring Boot 2.2, you may wish to give the porting a shot now with 5.5 snapshots or the upcoming 5.5 RC1. If you need any assistance, just let me know. /cc @marcphilipp |
Thanks for the pointer, @sbrannen. Reading through the commit that introduced the new extension point, I'm struggling to see how it will help with implementing a A replacement for What have I missed? |
I don't think you overlooked anything. I overlooked the fact that Line 287 in e06325e
At a first pass through the code (viewing it in the browser), it appeared that only the TCCL was being set and reset, which should be achieveable via the new interceptor extension API. Sorry for the confusion. You'll indeed have to wait for custom |
Closing in favour of #17491. |
We need this as part of completing our migration to JUnit 5. Unfortunately, it isn't possible at the moment. junit-team/junit5#201 is required and there may be some other changes that are needed as well.
The text was updated successfully, but these errors were encountered: