File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/discovery Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
/**
23
23
* {@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 }.
26
26
*
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.
28
30
*
29
31
* @since 5.0
30
32
*/
You can’t perform that action at this time.
0 commit comments