Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398737c commit 328f727Copy full SHA for 328f727
junit-platform-engine/README.md
@@ -245,7 +245,10 @@ cucumber.execution.exclusive-resources.<tag-name>.read= # a comma separate
245
246
## Supported Discovery Selectors and Filters ##
247
248
-Supported `DiscoverySelector`s are:
+JUnit 5 [introduced a test discovery mechanism](https://junit.org/junit5/docs/current/user-guide/#launcher-api-discovery)
249
+as a dedicated feature of the platform itself. This allows IDEs and build tools
250
+to identify tests. Supported `DiscoverySelector`s are:
251
+
252
* `ClasspathRootSelector`
253
* `ClasspathResourceSelector`
254
* `ClassSelector`
0 commit comments