diff --git a/docs/external.html b/docs/external.html index e5fc51e38..12ca382d5 100644 --- a/docs/external.html +++ b/docs/external.html @@ -4739,18 +4739,18 @@ SQLUnit -
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.
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 <sqlunit> task to run the tests + from a build script.
- Compatibility: + Compatibilty: | @@ -4774,7 +4774,7 @@ | - Pavel Vlasov + Project forums |
---|---|---|
- GPL + GNU General Public 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 | -
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 <sqlunit> task to run the tests + from a build script.
+Compatibilty: | +Tested with Ant 1.6 | +
---|---|
URL: | +http://sqlunit.sourceforge.net | +
Contact: | +Project forums | +
License: | +GNU General Public License (GPL) | +