If you ever need to adapt a #JUnit3 TestSuite to run directly in #JUnit #Jupiter, it's actually possible with dynamic tests! ð
Here's how I run the @â Inject TCK in the @SpringFramework.
Kudos to @marcphilipp for suggesting the dynamic test idea.