Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the JUnit5Runner checks for annotations with name.startsWith("org.junit.jupiter.api.") to support any JUnit 5 Engine, e.g. Spock 2.0. This should be extended to check for the presence of the Meta-Annotation @Testable instead.
So check for the presence of @Testable directly on the method/class. Or on its presence on other annotations, e.g. JUnit Jupiter @Test is annotated with @Testable.
Attachments
Issue Links
- is cloned by
-
GROOVY-9135 Additional support for @Testable annotation in JUnit5Runner
- Closed
- links to