Class UIStateReaderWithNameBuilder<T>
- java.lang.Object
-
- net.serenitybdd.screenplay.questions.UIStateReaderWithNameBuilder<T>
-
- Direct Known Subclasses:
UIStateReaderWithNameBuilder.PrimedUIStateReaderWithNameBuilder
public class UIStateReaderWithNameBuilder<T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIStateReaderWithNameBuilder.PrimedUIStateReaderWithNameBuilder<T>
-
Constructor Summary
Constructors Constructor Description UIStateReaderWithNameBuilder(Target target, Class<T> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIStateReaderWithNameBuilder.PrimedUIStateReaderWithNameBuilder<T>named(String name)
-
-
-
Method Detail
-
named
public UIStateReaderWithNameBuilder.PrimedUIStateReaderWithNameBuilder<T> named(String name)
-
-