Uses of Package
net.sourceforge.anttestsetgen

Packages that use net.sourceforge.anttestsetgen
net.sourceforge.anttestsetgen The TestSetGenerator is an ant task for generating property files with testsets based on the results of SQL queries and validation plug-ins.  
net.sourceforge.anttestsetgen.renderer This package contains the Renderer interface and a number of implementations of this interface.  
net.sourceforge.anttestsetgen.sample A sample validation plugin to demonstrate how to implement the TestSetValidator
 

Classes in net.sourceforge.anttestsetgen used by net.sourceforge.anttestsetgen
Entry
          The Entry object describes how a database column is mapped to a key in the property file.
Output
          The Output object describes how the TestSetGenerator should generate files.
Parameter
          A Parameter of a Validation subtask.
Query
          The query object contains the query that will be executed to retrieve the results from the database.
TestSet
          A TestSet contains the description of a test set.
TestSetGenerator
          The TestSetGenerator is an extension to Ant.
Validation
          A Validation contains the configuration of an external validator plug-in.
 

Classes in net.sourceforge.anttestsetgen used by net.sourceforge.anttestsetgen.renderer
Output
          The Output object describes how the TestSetGenerator should generate files.
TestSetGenerator
          The TestSetGenerator is an extension to Ant.
 

Classes in net.sourceforge.anttestsetgen used by net.sourceforge.anttestsetgen.sample
TestSetValidator
          The TestSetValidator interface is the extension point of the TestSetGenerator

By implementing this interface customer made validators can be implemented.

 



Copyright © 2003-2004 Marco Jansen (Contrado Technologies). All Rights Reserved.