Skip to content

Commit

Permalink
Issue #589 Made minor javadoc changes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
npathai committed Nov 2, 2014
1 parent 2bb6950 commit bb36d49
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,8 @@ public void doNothing() {
/**
* If there are any public methods annotated with @Rule returning a {@link MethodRule}
* then it should also be run.
* <br/>
* <br/>
* This case has been added with
*
* <p>This case has been added with
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
* Support @Rule for methods works only for TestRule but not for MethodRule
*/
Expand Down Expand Up @@ -355,9 +354,8 @@ public void doNothing() {
/**
* If there are multiple public methods annotated with @Rule returning a {@link MethodRule}
* then all the rules returned should be run.
* <br/>
* <br/>
* This case has been added with
*
* <p>This case has been added with
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
* Support @Rule for methods works only for TestRule but not for MethodRule
*/
Expand Down Expand Up @@ -402,9 +400,8 @@ public void doNothing() {
/**
* If there are any public methods annotated with @Rule returning a {@link MethodRule}
* then method should be called only once.
* <br/>
* <br/>
* This case has been added with
*
* <p>This case has been added with
* <a href="https://github.com/junit-team/junit/issues/589">Issue #589</a> -
* Support @Rule for methods works only for TestRule but not for MethodRule
*/
Expand Down

0 comments on commit bb36d49

Please sign in to comment.