public class InputActionBuilder extends AbstractTestActionBuilder<InputAction>
action| Constructor and Description |
|---|
InputActionBuilder()
Default constructor.
|
InputActionBuilder(InputAction action)
Constructor using action field.
|
| Modifier and Type | Method and Description |
|---|---|
InputActionBuilder |
answers(String... answers)
Sets the valid answers.
|
InputActionBuilder |
message(String message)
Sets the message displayed to the user.
|
InputActionBuilder |
result(String variable)
Stores the result to a test variable.
|
actor, build, description, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNamepublic InputActionBuilder(InputAction action)
action - public InputActionBuilder()
public InputActionBuilder message(String message)
message - the message to setpublic InputActionBuilder result(String variable)
variable - the variable to setpublic InputActionBuilder answers(String... answers)
answers - the validAnswers to setCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.