Browse Source

Add SQLUnit

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278481 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 20 years ago
parent
commit
bf184b2c07
2 changed files with 83 additions and 0 deletions
  1. +53
    -0
      docs/external.html
  2. +30
    -0
      xdocs/external.xml

+ 53
- 0
docs/external.html View File

@@ -4733,6 +4733,59 @@
valign="top" align="left">
LGPL
</td>
</tr>
</table>
<h4 class="subsection">
<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>
<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">
Tested with Ant 1.6
</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://sqlunit.sourceforge.net">http://sqlunit.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="">Pavel Vlasov</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">


+ 30
- 0
xdocs/external.xml View File

@@ -2569,6 +2569,36 @@
</table>
</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>

<subsection name="Styler">

<p>The styler task makes useful combinations of XSLT transformations


Loading…
Cancel
Save