|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HostSystem
Host system under test.
Nested Class Summary | |
---|---|
static interface |
HostSystem.Continuation
|
static interface |
HostSystem.Session
|
Method Summary | |
---|---|
boolean |
addUser(java.lang.String user,
java.lang.String password)
Add a user for testing. |
HostSystem.Session |
newSession(HostSystem.Continuation continuation)
Creates a new session for functional testing. |
void |
reset()
Resets host system to initial state. |
Method Detail |
---|
void reset() throws java.lang.Exception
java.lang.Exception
boolean addUser(java.lang.String user, java.lang.String password) throws java.lang.Exception
user
- user namepassword
- user password
java.lang.Exception
HostSystem.Session newSession(HostSystem.Continuation continuation) throws java.lang.Exception
Session
, not null
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |