File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
junit-jupiter-engine/src/main/java/org/junit/jupiter/engine Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ public final class Constants {
8080 * {@code org.example.TheirExtension}.
8181 * </ul>
8282 *
83+ * <p>Note: A class that matches both an inclusion and exclusion pattern will be excluded.
84+ *
8385 * @see JupiterConfiguration#EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME
8486 */
8587 public static final String EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME = JupiterConfiguration .EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME ;
@@ -115,6 +117,8 @@ public final class Constants {
115117 * {@code org.example.TheirExtension}.
116118 * </ul>
117119 *
120+ * <p>Note: A class that matches both an inclusion and exclusion pattern will be excluded.
121+ *
118122 * @see JupiterConfiguration#EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME
119123 */
120124 public static final String EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME = JupiterConfiguration .EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME ;
You can’t perform that action at this time.
0 commit comments