You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2005/08/01 17:41:04 UTC

cvs commit: ant/docs external.html

jhm         2005/08/01 08:41:04

  Modified:    xdocs    external.xml
               docs     external.html
  Log:
  Add SQLUnit
  
  Revision  Changes    Path
  1.162     +30 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.161
  retrieving revision 1.162
  diff -u -r1.161 -r1.162
  --- external.xml	22 Jun 2005 23:24:27 -0000	1.161
  +++ external.xml	1 Aug 2005 15:41:03 -0000	1.162
  @@ -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
  
  
  
  1.207     +53 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.206
  retrieving revision 1.207
  diff -u -r1.206 -r1.207
  --- external.html	6 Jul 2005 15:21:45 -0000	1.206
  +++ external.html	1 Aug 2005 15:41:04 -0000	1.207
  @@ -4736,6 +4736,59 @@
         </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">
           <a name="Styler"></a>
           Styler
         </h4>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org