|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepMother
| Method Summary | |
|---|---|
void |
announce(String message)
Output a message alongside the formatted output. |
String |
ask(String question,
int timeoutSecs)
Suspends execution and asks for input. |
void |
embed(String file,
String mimeType)
Embed a file in the formatter outputs. |
void |
invoke(String step)
|
void |
invoke(String step,
String multilineString)
|
void |
invoke(String step,
Table table)
|
| Method Detail |
|---|
void invoke(String step)
void invoke(String step,
Table table)
void invoke(String step,
String multilineString)
String ask(String question,
int timeoutSecs)
question - a question to print to the consoletimeoutSecs - number of seconds to wait before a timeout exception occurs.
void announce(String message)
message - what to print.
void embed(String file,
String mimeType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||