Package net.serenitybdd.screenplay
Class AnonymousInteraction
java.lang.Object
net.serenitybdd.screenplay.AnonymousPerformable
net.serenitybdd.screenplay.AnonymousInteraction
- All Implemented Interfaces:
SkipNested,HasCustomFieldValues,Interaction,Performable
public class AnonymousInteraction extends AnonymousPerformable implements Interaction
-
Constructor Summary
Constructors Constructor Description AnonymousInteraction(java.lang.String title, java.util.List<Performable> steps) -
Method Summary
Modifier and Type Method Description AnonymousPerformableFieldSetter<AnonymousInteraction>with(java.lang.String fieldName)Methods inherited from class net.serenitybdd.screenplay.AnonymousPerformable
getCustomFieldValues, performAs, setFieldValue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
Constructor Details
-
AnonymousInteraction
-
-
Method Details
-
with
-