We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e567e commit 3301075Copy full SHA for 3301075
junit-jupiter-api/src/main/java/org/junit/jupiter/api/Timeout.java
@@ -358,8 +358,8 @@
358
ThreadMode threadMode() default ThreadMode.INFERRED;
359
360
/**
361
- * {@code ThreadMode} is use to define whether the test code should be executed in the thread
362
- * of the calling code or in a separated thread.
+ * {@code ThreadMode} is used to define whether test code should be executed
+ * in the thread of the calling code or in a separate thread.
363
*
364
* @since 5.9
365
*/
0 commit comments