Uses of Class
net.sourceforge.anttestsetgen.TestSetGenerator

Packages that use TestSetGenerator
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.  
 

Uses of TestSetGenerator in net.sourceforge.anttestsetgen
 

Methods in net.sourceforge.anttestsetgen with parameters of type TestSetGenerator
 void Output.render(TestSetGenerator testSetGenerator)
          Render the content of the TestSetGenerator to this output type.
 

Uses of TestSetGenerator in net.sourceforge.anttestsetgen.renderer
 

Methods in net.sourceforge.anttestsetgen.renderer with parameters of type TestSetGenerator
 void JavaRenderer.render(TestSetGenerator testSetGenerator, Output output)
           
 void PropertyFileRenderer.render(TestSetGenerator testSetGenerator, Output output)
           
 void Renderer.render(TestSetGenerator testSetGenerator, Output output)
          Render the content of the TestSetGenerator to the given output.
 void XMLRenderer.render(TestSetGenerator testSetGenerator, Output output)
           
 



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