|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKoratSearchStrategy
Method Summary | |
---|---|
IIntList |
getAccessedFields()
Gets the list of accessed fields during the last search. |
int[] |
getCandidateVector()
Gets candidate vector that corresponds to the test case returned last. |
Object |
nextTestCase()
Searches for next test case. |
void |
reportCurrentAsValid()
Reports the current test case as valid structure The current test case is the last one returned with nextTestCase . |
void |
setEndCandidateVector(int[] endCV)
|
void |
setStartCandidateVector(int[] startCV)
|
Method Detail |
---|
Object nextTestCase()
int[] getCandidateVector()
IIntList getAccessedFields()
void setStartCandidateVector(int[] startCV)
void setEndCandidateVector(int[] endCV)
void reportCurrentAsValid()
nextTestCase
.
If this method is executed before first nextTestCase
, the behaviour
is undefined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |