|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.utjml.rat.TestCaseCreator
public class TestCaseCreator
A class to create a set of test cases for a given method.
| Constructor Summary | |
|---|---|
TestCaseCreator()
Creates a new instance. |
|
TestCaseCreator(JTypeDeclarationType typeDecl,
MethodInfo methInfo)
Instantiates a new creator for the given method of the given type. |
|
| Method Summary | |
|---|---|
void |
setTargetMethod(JTypeDeclarationType typeDecl,
MethodInfo methInfo)
Sets the target method whose test cases are to be generated. |
Iterator |
testcases()
Returns an iterator that iterates over the generated test cases. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestCaseCreator(JTypeDeclarationType typeDecl,
MethodInfo methInfo)
public TestCaseCreator()
| Method Detail |
|---|
public void setTargetMethod(JTypeDeclarationType typeDecl,
MethodInfo methInfo)
public Iterator testcases()
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||