Browse Source

update infos about SQLUnit

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278484 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 20 years ago
parent
commit
9be3d121b0
2 changed files with 36 additions and 38 deletions
  1. +10
    -10
      docs/external.html
  2. +26
    -28
      xdocs/external.xml

+ 10
- 10
docs/external.html View File

@@ -4739,18 +4739,18 @@
<a name="SQLUnit"></a>
SQLUnit
</h4>
<p>Unit Testing Stored Procedures<br />
SQLUnit is a regression and unit testing harness for testing
database stored procedures. An SQLUnit test suite would be written
as an XML file. The SQLUnit harness, which is written in Java, uses
the JUnit unit testing framework to convert the XML test
specifications to JDBC calls and compare the results generated from
the calls with the specified results.</p>
<p>SQLUnit is a regression and unit testing harness for testing
database stored procedures. The test suite is written as an XML file.
The SQLUnit harness itself is written in Java and uses the JUnit unit
testing framework to convert the XML test specifications to JDBC calls
and compare the results generated from the calls with the specified
results. It also provides the &lt;sqlunit&gt; task to run the tests
from a build script.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
Compatibilty:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -4774,7 +4774,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="">Pavel Vlasov</a>
<a href="http://sourceforge.net/forum/?group_id=77832">Project forums</a>
</td>
</tr>
<tr>
@@ -4784,7 +4784,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GPL
GNU General Public License (GPL)
</td>
</tr>
</table>


+ 26
- 28
xdocs/external.xml View File

@@ -2570,34 +2570,32 @@
</subsection>

<subsection name="SQLUnit">

<p>Unit Testing Stored Procedures<br/>
SQLUnit is a regression and unit testing harness for testing
database stored procedures. An SQLUnit test suite would be written
as an XML file. The SQLUnit harness, which is written in Java, uses
the JUnit unit testing framework to convert the XML test
specifications to JDBC calls and compare the results generated from
the calls with the specified results.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Tested with Ant 1.6</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://sqlunit.sourceforge.net">http://sqlunit.sourceforge.net</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="">Pavel Vlasov</a></td>
</tr>
<tr>
<th>License:</th>
<td>GPL</td>
</tr>
</table>
</subsection>
<p>SQLUnit is a regression and unit testing harness for testing
database stored procedures. The test suite is written as an XML file.
The SQLUnit harness itself is written in Java and uses the JUnit unit
testing framework to convert the XML test specifications to JDBC calls
and compare the results generated from the calls with the specified
results. It also provides the &lt;sqlunit&gt; task to run the tests
from a build script.</p>
<table class="externals">
<tr>
<th>Compatibilty:</th>
<td>Tested with Ant 1.6</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://sqlunit.sourceforge.net">http://sqlunit.sourceforge.net</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://sourceforge.net/forum/?group_id=77832">Project forums</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License (GPL)</td>
</tr>
</table>
</subsection>

<subsection name="Styler">



Loading…
Cancel
Save