|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TimeoutException in expectj |
|---|
| Methods in expectj that throw TimeoutException | |
|---|---|
void |
Spawn.expect(String pattern)
Wait for a pattern to appear on standard out. |
void |
Spawn.expect(String pattern,
long timeOutSeconds)
Wait for a pattern to appear on standard out. |
void |
Spawn.expectClose()
Wait the default timeout for the spawned process to finish. |
void |
Spawn.expectClose(long timeOutSeconds)
Wait for the spawned process to finish. |
void |
Spawn.expectErr(String pattern)
Wait for a pattern to appear on standard error. |
void |
Spawn.expectErr(String pattern,
long timeOutSeconds)
Wait for a pattern to appear on standard error. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||