| Package | Description |
|---|---|
| org.arquillian.droidium.container.execution |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
Sentence.append(char c)
Appends a character to sentence
|
Sentence |
Sentence.append(CharSequence s)
Appends a character sequence to sentence
|
Sentence |
Sentence.reset()
Clears the sentence
|
Sentence |
Sentence.trim()
Removes a newline character(s) from the end of sentence, if any
|
| Modifier and Type | Method and Description |
|---|---|
Answer |
ProcessInteraction.repliesTo(Sentence sentence)
Returns a string that should be used to reply the question
|
boolean |
ProcessInteraction.shouldOutput(Sentence sentence)
Checks if the current line should be propagate to standard output
|
boolean |
ProcessInteraction.shouldOutputToErr(Sentence sentence)
Checks if the current line should be propagate to standard error output
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.