Browse Source

sp

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@372007 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
d62e0058ee
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/antlibs/antunit/index.html

+ 2
- 2
docs/antlibs/antunit/index.html View File

@@ -115,7 +115,7 @@
<p>Initially all tests for Ant tasks were written as individual
<a href="http://www.junit.org/">JUnit</a> test cases. Pretty
soon it was clear that most tests needed to perform common tasks
like reading a build file, intializing a project instance with
like reading a build file, initializing a project instance with
it and executing a target. At this point <a href="http://svn.apache.org/viewcvs.cgi/ant/core/trunk/src/testcases/org/apache/tools/ant/BuildFileTest.java">BuildFileTest</a>
was invented, a base class for almost all task test cases.</p>
<p>BuildFileTest works fine and in fact has been picked up by <a href="http://ant-contrib.sf.net/">the Ant-Contrib Project</a>
@@ -249,7 +249,7 @@ public class ANTLRTest extends BuildFileTest {
relays test results to them.</p>
<p>Currently only a single implementation
<code>&lt;plainlistener&gt;</code> modelled after the "plain"
JUnit listener is bundeled with the library.</p>
JUnit listener is bundled with the library.</p>
<h3 class="section">
<a name="Examples"></a>
Examples


Loading…
Cancel
Save