Package 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.

See:
          Description

Interface Summary
TestSetValidator The TestSetValidator interface is the extension point of the TestSetGenerator

By implementing this interface customer made validators can be implemented.

 

Class Summary
AntTestSetGenUtil The AntTestSetGenUtil class contains a number of simple utility functions.
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.
 

Package net.sourceforge.anttestsetgen Description

The TestSetGenerator is an ant task for generating property files with testsets based on the results of SQL queries and validation plug-ins. Very usefull when building unit tests that make use of changing datasets. This task is an extension of the Ant SQL task.
Marco Jansen (m.c.jansen.spam at planet.nl)

Since:
Version 0.1


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