Enhance support for executing a single test method in a JUnit class: including parameterized test methods.
https://junit.org/junit5/docs/current/api/org.junit.platform.engine/org/junit/platform/engine/discovery/DiscoverySelectors.html offers a set of "selectMethod()" factory methods - and there's also a general-purpose "selectUniqueId()" selector available.
https://junit.org/junit5/docs/current/api/org.junit.platform.engine/org/junit/platform/engine/discovery/DiscoverySelectors.html offers a set of "selectMethod()" factory methods - and there's also a general-purpose "selectUniqueId()" selector available.
- duplicates
-
CODETOOLS-7903930 Support running individual parameterized tests and @Nested test classes
-
- Resolved
-
- relates to
-
CODETOOLS-7903267 Support executing a single test method in a JUnit class
-
- Resolved
-