Browse Source

New Task "TestSetGenerator"

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275500 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
5882a3ea92
2 changed files with 79 additions and 0 deletions
  1. +51
    -0
      docs/external.html
  2. +28
    -0
      xdocs/external.xml

+ 51
- 0
docs/external.html View File

@@ -3042,6 +3042,57 @@
valign="top" align="left">
GNU General Public License (GPL)
</td>
</tr>
</table>
<h4 class="subsection">
<a name="TestSetGenerator"></a>
TestSetGenerator
</h4>
<p>The TestSetGenerator is an ant task for generating property files with
testsets based on the results of SQL queries and validation plug-ins. Very
usefull when building unit tests that make use of changing datasets. This
task is an extension of the Ant SQL task. Hsqldb is used for both the
examples and the unittests.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
ANT 1.4 (or later)
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://anttestsetgen.sourceforge.net/">http://anttestsetgen.sourceforge.net/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:m.c.jansen@planet.nl">m.c.jansen@planet.nl</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GPL
</td>
</tr>
</table>
<h4 class="subsection">


+ 28
- 0
xdocs/external.xml View File

@@ -1614,6 +1614,34 @@
</table>
</subsection>

<subsection name="TestSetGenerator">

<p>The TestSetGenerator is an ant task for generating property files with
testsets based on the results of SQL queries and validation plug-ins. Very
usefull when building unit tests that make use of changing datasets. This
task is an extension of the Ant SQL task. Hsqldb is used for both the
examples and the unittests.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>ANT 1.4 (or later)</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://anttestsetgen.sourceforge.net/">http://anttestsetgen.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:m.c.jansen@planet.nl">m.c.jansen@planet.nl</a></td>
</tr>
<tr>
<th>License:</th>
<td>GPL</td>
</tr>
</table>
</subsection>

<subsection name="Tidy Imports (Tim)">

<p>Tim is a handy utility that can be executed on the command


Loading…
Cancel
Save