|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||