Skip to content

Commit 6c5d6c3

Browse files
committed
Add javadoc
Issue: #3717 Signed-off-by: yongjunhong <[email protected]>
1 parent 624760b commit 6c5d6c3

File tree

1 file changed

+4
-0
lines changed
  • junit-jupiter-engine/src/main/java/org/junit/jupiter/engine

1 file changed

+4
-0
lines changed

junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/Constants.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)