public interface Expect4j
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
expect(Match match) |
int |
expect(Match[] matches) |
Reader |
getReader() |
Writer |
getWriter() |
void |
send(String str) |
void |
setTimeout(TimeoutMatch timeoutMatch) |
void send(String str) throws IOException
IOExceptionint expect(Match match)
int expect(Match[] matches)
void setTimeout(TimeoutMatch timeoutMatch)
void close()
throws IOException
IOExceptionReader getReader()
Writer getWriter()
Copyright © 2016 iTransformers Labs. All rights reserved.