JET

Uses of Interface
edu.utep.cs.jet.rat.Context

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

Uses of Context in edu.utep.cs.jet.rat
 

Methods in edu.utep.cs.jet.rat with parameters of type Context
 Denotable ValueGenerator.generate(Class<?> type, Context ctx, int maxHeight)
          Generates a new value of the given type under the given testing context.
abstract  void TestCaseGenerator.generate(Context ctx)
          Generates test cases under the given testing context.
protected  void TestCaseGenerator.reset(Context context)
          Resets this object to generate test cases under the given testing context.
 

Uses of Context in edu.utep.cs.jet.rat.gen
 

Fields in edu.utep.cs.jet.rat.gen declared as Context
protected  Context ClassValueGenerator.context
          The testing context.
 

Methods in edu.utep.cs.jet.rat.gen with parameters of type Context
 Denotable SimpleValueGenerator.generate(Class<?> type, Context ctx, int maxHeight)
          Generates a new value of the given type under the given testing context.
 Denotable IncrementalClassValueGenerator.generate(Class<?> type, Context ctx, int maxHeight)
          Generates a value of the given class type under the given testing context.
 Denotable ClassValueGenerator.generate(Class<?> type, Context ctx, int maxHeight)
          Generates a value of the given class type under the given testing context.
protected  void IncrementalClassValueGenerator.reset(Class<?> type, Context ctx)
          Reconfigures this object to be able to create an object of the given type in the given testing context.
protected  void ClassValueGenerator.reset(Class<?> type, Context ctx)
          Reconfigures this object to be able to create an object of the given type in the given testing context.
 


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.