|
|||||||||
| Home >> All >> com >> meterware >> httpunit >> [ scripting overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.meterware.httpunit.scripting
Interface SelectionOptions

- public interface SelectionOptions
Represents an array of Options
| Method Summary | |
int |
getLength()
Returns the length of this array |
void |
put(int i,
SelectionOption option)
Specify the specified option |
void |
setLength(int length)
Sets a new length to this array |
| Method Detail |
getLength
public int getLength()
- Returns the length of this array
setLength
public void setLength(int length)
- Sets a new length to this array
put
public void put(int i,
SelectionOption option)
- Specify the specified option
|
|||||||||
| Home >> All >> com >> meterware >> httpunit >> [ scripting overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC