Class UIStateReaderBuilder<T>
java.lang.Object
net.serenitybdd.screenplay.questions.UIStateReaderBuilder<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.serenitybdd.screenplay.Question<BigDecimal> Deprecated.net.serenitybdd.screenplay.Question<Boolean> Deprecated.net.serenitybdd.screenplay.Question<Collection<String>> Deprecated.A convenience method to return a question about a target e.g.<E> net.serenitybdd.screenplay.Question<Collection<E>> asACollectionOf(Class<E> type) Deprecated.net.serenitybdd.screenplay.Question<LocalDate> asADate()Deprecated.net.serenitybdd.screenplay.Question<LocalDate> Deprecated.asAList()Deprecated.<E> net.serenitybdd.screenplay.Question<List<E>> Deprecated.net.serenitybdd.screenplay.Question<String> Deprecated.A convenience method to return a question about a target e.g.net.serenitybdd.screenplay.Question<Double> asDouble()Deprecated.<T> net.serenitybdd.screenplay.Question<T> Deprecated.net.serenitybdd.screenplay.Question<Float> asFloat()Deprecated.net.serenitybdd.screenplay.Question<Integer> Deprecated.net.serenitybdd.screenplay.Question<Long> asLong()Deprecated.describedAs(String subject) Deprecated.<T> net.serenitybdd.screenplay.Question<T> Deprecated.Convert the value returned by a question to an arbitrary typeviewedBy(net.serenitybdd.screenplay.Actor actor) Deprecated.
-
Constructor Details
-
UIStateReaderBuilder
-
UIStateReaderBuilder
-
-
Method Details
-
describedAs
Deprecated. -
map
-
asAString
Deprecated.A convenience method to return a question about a target e.g. Text.of(VetList.VET_NAME).asAString() -
asADate
Deprecated. -
asADate
-
asABigDecimal
Deprecated. -
asABoolean
Deprecated. -
asDouble
Deprecated. -
asFloat
Deprecated. -
asLong
Deprecated. -
asInteger
Deprecated. -
asEnum
Deprecated. -
asACollection
Deprecated.A convenience method to return a question about a target e.g. Text.of(VetList.VET_NAME).asACollection() -
asACollectionOf
Deprecated. -
asAList
-
asAListOf
-
viewedBy
Deprecated.
-