JET

Uses of Package
edu.utep.cs.jet.rat

Packages that use edu.utep.cs.jet.rat
edu.utep.cs.jet.gui.tester Contains the source code to interface with an external test case generation tool. 
edu.utep.cs.jet.rat Contains the source code to automatically test methods and constructors by generating test cases randomly. 
edu.utep.cs.jet.rat.gen Contains the source code for generating various types of Java values randomly. 
edu.utep.cs.jet.rat.val Contains the source code for classes representing various types of Java values. 
 

Classes in edu.utep.cs.jet.rat used by edu.utep.cs.jet.gui.tester
TestCaseGenerationListener
          The listener interface for receiving test case generation events.
 

Classes in edu.utep.cs.jet.rat used by edu.utep.cs.jet.rat
Context
          An interface representing a testing context.
Denotable
          An interface to uniformly represent various kinds of Java values and objects that can be part of a test case.
MethodWrapper
          An interface to wrap a Java method or constructor.
TestCase
          A class to represent a test case.
TestCaseGenerationListener
          The listener interface for receiving test case generation events.
TestCaseGenerator
          An abstract class to define the public interface for test case generation and execution.
ValueGenerator
          An interface to generate values of various types.
 

Classes in edu.utep.cs.jet.rat used by edu.utep.cs.jet.rat.gen
Context
          An interface representing a testing context.
Denotable
          An interface to uniformly represent various kinds of Java values and objects that can be part of a test case.
ValueFactory
          An interface to create various kinds of values.
ValueGenerator
          An interface to generate values of various types.
 

Classes in edu.utep.cs.jet.rat used by edu.utep.cs.jet.rat.val
Denotable
          An interface to uniformly represent various kinds of Java values and objects that can be part of a test case.
ValueFactory
          An interface to create various kinds of values.
 


JET

JET is Copyright (C) 2005-2008 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.