diff --git a/docs/external.html b/docs/external.html index 9d5afc018..e5fc51e38 100644 --- a/docs/external.html +++ b/docs/external.html @@ -4733,6 +4733,59 @@ valign="top" align="left"> LGPL + + +
Unit Testing Stored Procedures
+ 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.
| + Compatibility: + | ++ Tested with Ant 1.6 + | +
|---|---|
| + URL: + | ++ http://sqlunit.sourceforge.net + | +
| + Contact: + | ++ Pavel Vlasov + | +
| + License: + | ++ GPL + |
Unit Testing Stored Procedures
+ 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.
| Compatibility: | +Tested with Ant 1.6 | +
|---|---|
| URL: | +http://sqlunit.sourceforge.net | +
| Contact: | +Pavel Vlasov | +
| License: | +GPL | +
The styler task makes useful combinations of XSLT transformations