File tree 1 file changed +6
-9
lines changed
src/test/java/org/junit/tests/experimental/rules
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -322,9 +322,8 @@ public void doNothing() {
322
322
/**
323
323
* If there are any public methods annotated with @Rule returning a {@link MethodRule}
324
324
* then it should also be run.
325
- * <br/>
326
- * <br/>
327
- * This case has been added with
325
+ *
326
+ * <p>This case has been added with
328
327
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
329
328
* Support @Rule for methods works only for TestRule but not for MethodRule
330
329
*/
@@ -355,9 +354,8 @@ public void doNothing() {
355
354
/**
356
355
* If there are multiple public methods annotated with @Rule returning a {@link MethodRule}
357
356
* then all the rules returned should be run.
358
- * <br/>
359
- * <br/>
360
- * This case has been added with
357
+ *
358
+ * <p>This case has been added with
361
359
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
362
360
* Support @Rule for methods works only for TestRule but not for MethodRule
363
361
*/
@@ -402,9 +400,8 @@ public void doNothing() {
402
400
/**
403
401
* If there are any public methods annotated with @Rule returning a {@link MethodRule}
404
402
* then method should be called only once.
405
- * <br/>
406
- * <br/>
407
- * This case has been added with
403
+ *
404
+ * <p>This case has been added with
408
405
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
409
406
* Support @Rule for methods works only for TestRule but not for MethodRule
410
407
*/
You can’t perform that action at this time.
0 commit comments