JET

Package edu.utep.cs.et.rat.gen

Contains the source code for generating various types of Java values randomly.

See:
          Description

Class Summary
AllTestSuite A JUnit test class to test all classes.
AllTestSuite.TestingContext  
ArrayValueGenerator A class to generate an array value randomly.
ClassValueGenerator A class to generate class values.
IncrementalClassValueGenerator A class to generate class values incrementally.
IncrementalValueGenerator A class to generate values incrementally for object types.
InterfaceValueGenerator A class to generate interface values.
PrimitiveValueGenerator A class to generaite a primitive value randomly.
SimpleValueGenerator A class to generate various types of values randomly.
StringValueGenerator A class to generate a string value randomly.
 

Package edu.utep.cs.et.rat.gen Description

Contains the source code for generating various types of Java values randomly. The public interface class of this package is SimpleValueGenerator.


JET

JET is Copyright (C) 2005-2007 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.