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.

https://github.com/spring-projects/spring-framework/blob/main/spring-context/src/test/java/org/springframework/context/annotation/jsr330/SpringAtInjectTckTests.java

Kudos to @marcphilipp for suggesting the dynamic test idea.

spring-framework/spring-context/src/test/java/org/springframework/context/annotation/jsr330/SpringAtInjectTckTests.java at main Β· spring-projects/spring-framework

Spring Framework. Contribute to spring-projects/spring-framework development by creating an account on GitHub.

GitHub