Skip to content

Commit a15f93f

Browse files
committed
Clarify usage of Isolated#value attribute
1 parent 5067d62 commit a15f93f

File tree

1 file changed

+3
-0
lines changed
  • junit-jupiter-api/src/main/java/org/junit/jupiter/api/parallel

1 file changed

+3
-0
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/parallel/Isolated.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242

4343
/**
4444
* The reason this test class needs to run in isolation.
45+
*
46+
* <p>The supplied string is currently not reported in any way but can be
47+
* used for documentation purposes.
4548
*/
4649
String value() default "";
4750

0 commit comments

Comments
 (0)