Skip to content

Commit 6f06cb2

Browse files
committed
Document that DiscoverySelectorResolver is an internal utility
Closes #3516
1 parent 0b29ee5 commit 6f06cb2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/discovery/DiscoverySelectorResolver.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121

2222
/**
2323
* {@code DiscoverySelectorResolver} resolves {@link TestDescriptor TestDescriptors}
24-
* for containers and tests selected by DiscoverySelectors with the help of the
25-
* {@code JavaElementsResolver}.
24+
* for containers and tests selected by {@link org.junit.platform.engine.DiscoverySelector
25+
* DiscoverySelectors}, with the help of an {@link EngineDiscoveryRequestResolver}.
2626
*
27-
* <p>This class is the only public entry point into the discovery package.
27+
* <p>This is an internal utility which is only {@code public} in order to provide
28+
* the {@link org.junit.jupiter.engine.JupiterTestEngine JupiterTestEngine} access
29+
* to the functionality of the {@code discovery} package.
2830
*
2931
* @since 5.0
3032
*/

0 commit comments

Comments
 (0)