| Constructor and Description |
|---|
TestHuman() |
| Modifier and Type | Method and Description |
|---|---|
void |
anErrorOccurred(String error) |
void |
authenticated(Runnable action) |
<T> T |
authenticated(Supplier<T> supplier) |
void |
decideWhatToDo(Action... actions) |
void |
fillOutAndSubmit(de.aliceice.paper.Form form) |
void |
fyi(String info) |
void |
goodbye(String farewell) |
void |
greet(String greeting) |
TestHuman |
hasError(String error) |
TestHuman |
hasInfo(String info) |
TestHuman |
hasResponse(String name,
String response) |
void |
hereYouGo(Response response) |
TestHuman |
ifAskedDo(String... actionsToTake) |
TestHuman |
logOut() |
void |
takeNotes(String name,
String... notes) |
String |
toString() |
TestHuman |
wasAskedToDecideBetween(String... actions) |
TestHuman |
wasGreeted() |
TestHuman |
wasSeenOff() |
public void anErrorOccurred(String error)
anErrorOccurred in interface Humanpublic void decideWhatToDo(Action... actions)
decideWhatToDo in interface Humanpublic void authenticated(Runnable action)
authenticated in interface Humanpublic <T> T authenticated(Supplier<T> supplier)
authenticated in interface Humanpublic void fillOutAndSubmit(de.aliceice.paper.Form form)
fillOutAndSubmit in interface Humanpublic TestHuman wasGreeted()
public TestHuman wasSeenOff()
public TestHuman logOut()
Copyright © 2017. All rights reserved.