|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryMaker
Create queries for the test.
Method Summary | |
---|---|
Query |
makeQuery()
Create the next query |
Query |
makeQuery(int size)
Create the next query, of the given size. |
String |
printQueries()
Print the queries |
void |
resetInputs()
Reset inputs so that the test run would behave, input wise, as if it just started. |
void |
setConfig(Config config)
Set the properties |
Method Detail |
---|
Query makeQuery(int size) throws Exception
size
- the size of the query - number of terms, etc.
Exception
- if cannot make the query, or if size>0 was specified but this feature is not supported.Query makeQuery() throws Exception
Exception
void setConfig(Config config) throws Exception
Exception
void resetInputs()
String printQueries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |