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.