|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestCaseListener
Client that should handle test structures
Method Summary | |
---|---|
void |
notifyNewTestCase(Object testCase)
Called by ITestCaseGenerator for which this object is registered as listener. |
void |
notifyTestFinished(long numOfExplored,
long numOfGenerated)
Called by ITestCaseGenerator when test generation is finished. |
Method Detail |
---|
void notifyNewTestCase(Object testCase)
testCase
- -
generated test structure that satisfies requirements (class
invariant and preconditions)void notifyTestFinished(long numOfExplored, long numOfGenerated)
numOfExplored
- numOfGenerated
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |