[ https://issues.apache.org/jira/browse/GROOVY-9065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833474#comment-16833474 ]
Paul King commented on GROOVY-9065: ----------------------------------- Proposed PR merged. It should now be in the SNAPSHOT versions if that makes it easier to test. > Add support for @Testable annotation in JUnit5Runner > ---------------------------------------------------- > > Key: GROOVY-9065 > URL: https://issues.apache.org/jira/browse/GROOVY-9065 > Project: Groovy > Issue Type: Improvement > Reporter: Leonard Brünings > Assignee: Paul King > Priority: Major > Fix For: 3.0.0-beta-1, 2.5.7 > > Time Spent: 40m > Remaining Estimate: 0h > > 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|https://junit.org/junit5/docs/5.2.0/api/org/junit/platform/commons/annotation/Testable.html] > 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}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)