|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCase | |
|---|---|
| edu.utep.cs.jet.rat | Contains the source code to automatically test methods and constructors by generating test cases randomly. |
| Uses of TestCase in edu.utep.cs.jet.rat |
|---|
| Methods in edu.utep.cs.jet.rat that return types with arguments of type TestCase | |
|---|---|
abstract Iterable<TestCase> |
TestCaseGenerator.testcases()
Returns an iterator that iterates over the generated test cases. |
| Methods in edu.utep.cs.jet.rat with parameters of type TestCase | |
|---|---|
void |
TestCaseGenerationListener.failureTestCase(TestCase tc,
String msg)
Invoked when a failure test case is generated. |
boolean |
TestCase.isEquivalentTo(TestCase other)
Returns true if this is equivalent to the given test case. |
void |
TestCaseGenerationListener.meaninglessTestCase(TestCase tc)
Invoked when a meaningless test case is generated. |
protected void |
TestCaseGenerator.notifyFailure(TestCase tc,
String msg)
Notifies a failure test case generation to the listeners. |
protected void |
TestCaseGenerator.notifyMeaningless(TestCase tc)
Notifies a meaningless test case generation to the listeners. |
protected void |
TestCaseGenerator.notifyRedundant(TestCase tc)
Notifies a duplicate test case generation to the listeners. |
protected void |
TestCaseGenerator.notifySuccess(TestCase tc)
Notifies a success test case generation to the listeners. |
void |
TestCaseGenerationListener.redundantTestCase(TestCase tc)
Invoked when a redundant test case is generated. |
int |
TestRunner.run(Member mut,
TestCase tc)
Runs the given method or constructor with the given test case and returns the test result. |
void |
TestCaseGenerationListener.successTestCase(TestCase tc)
Invoked when a success test case is generated. |
|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||