Package net.serenitybdd.screenplay
Class AnonymousTask
java.lang.Object
net.serenitybdd.screenplay.AnonymousPerformable
net.serenitybdd.screenplay.AnonymousTask
- All Implemented Interfaces:
SkipNested,HasCustomFieldValues,CanBeSilent,Performable,Task
- Direct Known Subclasses:
AnonymousBackendTask
public class AnonymousTask extends AnonymousPerformable implements Task, CanBeSilent
-
Constructor Summary
Constructors Constructor Description AnonymousTask()AnonymousTask(java.lang.String title, java.util.List<Performable> steps) -
Method Summary
Modifier and Type Method Description booleanisSilent()AnonymousPerformableFieldSetter<AnonymousTask>with(java.lang.String fieldName)AnonymousTaskwithNoReporting()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
-
AnonymousTask
public AnonymousTask() -
AnonymousTask
-
-
Method Details
-
with
-
isSilent
public boolean isSilent()- Specified by:
isSilentin interfaceCanBeSilent
-
withNoReporting
-