public class AnonymousTask extends AnonymousPerformable implements Task, net.serenitybdd.markers.CanBeSilent
| Constructor and Description |
|---|
AnonymousTask(java.lang.String title,
java.util.List<Performable> steps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSilent() |
AnonymousPerformableFieldSetter<AnonymousTask> |
with(java.lang.String fieldName) |
AnonymousTask |
withNoReporting() |
getCustomFieldValues, performAs, setFieldValueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperformAspublic AnonymousTask(java.lang.String title,
java.util.List<Performable> steps)
public AnonymousPerformableFieldSetter<AnonymousTask> with(java.lang.String fieldName)
public boolean isSilent()
isSilent in interface net.serenitybdd.markers.CanBeSilentpublic AnonymousTask withNoReporting()