-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce support for converting from a URI of the form method:<FQMN> to a MethodSource #1895
Conversation
… to a MethodSource Introduce support for converting from a URI of the form method:<FQMN> to a MethodSource, where FQMN is the fully qualified method name. See the Javadoc for DiscoverySelectors.selectMethod(String) for the supported formats for a FQMN. Closes junit-teamgh-1850
junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/descriptor/MethodSourceUtils.java
Outdated
Show resolved
Hide resolved
...iter-engine/src/main/java/org/junit/jupiter/engine/descriptor/TestFactoryTestDescriptor.java
Outdated
Show resolved
Hide resolved
@marcphilipp @sbrannen any guidelines or starting point for updating the User Guide please? |
@ielatif Looks like we currently don't have any documentation for test source URIs for dynamic tests. I think a new subsection after 2.17.1. Dynamic Test Examples would make sense. I'd like to merge this PR first, though, so we can include it in 5.5 RC1 and add the documentation for 5.5 GA. |
@marcphilipp I would be happy to 😊 |
+1 -- thanks for the contribution! |
Overview
Introduce support for converting from a URI of the form
method:<FQMN>
to aMethodSource
, where FQMN is the fully qualified method name. See the Javadoc forDiscoverySelectors.selectMethod(String)
for the supported formats for a FQMN.See #1850 for details
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@API
annotations