| Package | Description |
|---|---|
| org.javarosa.test |
| Modifier and Type | Method and Description |
|---|---|
Scenario.AnswerResult |
Scenario.answer(boolean value)
Answers the question at the form index
|
Scenario.AnswerResult |
Scenario.answer(char value)
Answers the question at the form index
|
Scenario.AnswerResult |
Scenario.answer(double value)
Answers the question at the form index
|
Scenario.AnswerResult |
Scenario.answer(int value)
Answers the question at the form index
|
Scenario.AnswerResult |
Scenario.answer(List<String> values)
Answers the question at the form index
|
Scenario.AnswerResult |
Scenario.answer(LocalDate value)
Answers the question at the form index
|
Scenario.AnswerResult |
Scenario.answer(SelectChoice choice) |
Scenario.AnswerResult |
Scenario.answer(String value)
Answers the question at the form index
|
Scenario.AnswerResult |
Scenario.answer(String xPath,
boolean value)
Answers with a boolean value the question at the form index
corresponding to the provided reference.
|
Scenario.AnswerResult |
Scenario.answer(String xPath,
double value)
Answers with an double value the question at the form index
corresponding to the provided reference.
|
Scenario.AnswerResult |
Scenario.answer(String xPath,
int value)
Answers with an integer value the question at the form index
corresponding to the provided reference.
|
Scenario.AnswerResult |
Scenario.answer(String xPath,
String... selectionValues)
Answers with a list of string values the question at the form index
corresponding to the provided reference.
|
Scenario.AnswerResult |
Scenario.answer(String xPath,
String value)
Answers with a string value the question at the form index
corresponding to the provided reference.
|
static Scenario.AnswerResult |
Scenario.AnswerResult.from(int jrCode) |
static Scenario.AnswerResult |
Scenario.AnswerResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scenario.AnswerResult[] |
Scenario.AnswerResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.