|
UTJML | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodInfo | |
|---|---|
| edu.utep.cs.utjml.tgen | |
| Uses of MethodInfo in edu.utep.cs.utjml.tgen |
|---|
| Methods in edu.utep.cs.utjml.tgen that return MethodInfo | |
|---|---|
MethodInfo |
TestClassGenerator.MethodsIterator.nextMethod()
Return the next testable method |
| Methods in edu.utep.cs.utjml.tgen with parameters of type MethodInfo | |
|---|---|
protected void |
TestClassGenerator.composeFailMessage(MethodInfo mdecl,
String mname,
edu.utep.cs.utjml.tgen.Parameter[] params,
edu.utep.cs.utjml.tgen.Parameter receiver,
boolean isInstance,
boolean isConstructor)
Generates code that composes a message about the method and parameters. |
protected void |
TestClassGenerator.generateTestMethod(MethodInfo mdecl)
Generates and prints a test method for the given method declaration, mdecl. |
void |
TestCaseCreator.setTargetMethod(JTypeDeclarationType typeDecl,
MethodInfo methInfo)
Sets the target method whose test cases are to be generated. |
| Constructors in edu.utep.cs.utjml.tgen with parameters of type MethodInfo | |
|---|---|
TestCaseCreator(JTypeDeclarationType typeDecl,
MethodInfo methInfo)
Instantiates a new creator for the given method of the given type. |
|
|
UTJML | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||