File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -720,11 +720,13 @@ public void testIndexOutOfBoundsExceptionNotRaised()
720
720
For details on how to use it,
721
721
read <a
722
722
href="http://www.onjava.com/pub/a/onjava/2003/11/12/reflection.html">this
723
- article</a>.<br>
724
- If you are using JDK 1.6 or higher and you annotate your tests with @Test,
725
- you can use <a href="http://dp4j.com">Dp4j</a> to inject reflection in your
726
- test methods. For details on how to use it, see <a
727
- href="http://dp4j.com/testscript">this test script</a>.
723
+ article</a>.
724
+ </p>
725
+ <p>
726
+ If you are using JDK 1.6 or higher and you annotate your tests with @Test,
727
+ you can use <a href="http://dp4j.com">Dp4j</a> to inject reflection in your
728
+ test methods. For details on how to use it, see <a href="http://dp4j.com/testscript">
729
+ this test script</a>.
728
730
</p></answer></faq>
729
731
<faq id="#tests_12"><question>Why does JUnit only report the first
730
732
failure in a single test?</question><answer><p>
You can’t perform that action at this time.
0 commit comments