Browse Source

Didn't know JUnit had its own website.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268022 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 25 years ago
parent
commit
bcb96c9e9d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/junit.html

+ 2
- 2
docs/junit.html View File

@@ -7,8 +7,8 @@
<h3>Description</h3> <h3>Description</h3>


<p>This task runs tests from the JUnit testing framework. The latest <p>This task runs tests from the JUnit testing framework. The latest
version of the framework can be found at <a
href="http://www.xprogramming.com/software.htm">http://www.xprogramming.com/software.htm</a>.
version of the framework can be found at
<a href="http://www.junit.org">http://www.junit.org</a>.
This task requires JUnit 3.0 or above.</p> This task requires JUnit 3.0 or above.</p>


<p>Tests are defined by nested <code>test</code> or <p>Tests are defined by nested <code>test</code> or


Loading…
Cancel
Save