Package org.citrusframework.actions
Interface InputActionBuilder<T extends TestAction>
- All Superinterfaces:
ActionBuilder<T,,InputActionBuilder<T>> TestActionBuilder<T>
public interface InputActionBuilder<T extends TestAction>
extends ActionBuilder<T,InputActionBuilder<T>>, TestActionBuilder<T>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionSets the valid answers.Sets the message displayed to the user.reader(BufferedReader reader) Sets the input reader.Stores the result to a test variable.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
message
Sets the message displayed to the user.- Parameters:
message- the message to set
-
result
Stores the result to a test variable.- Parameters:
variable- the variable to set
-
reader
Sets the input reader.- Parameters:
reader- the input reader to set
-
answers
Sets the valid answers.- Parameters:
answers- the validAnswers to set
-