public class AnonymousPerformableRunnable extends java.lang.Object implements Performable, net.serenitybdd.markers.CanBeSilent
Constructor and Description |
---|
AnonymousPerformableRunnable(java.lang.String title,
java.lang.Runnable actions) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSilent() |
<T extends Actor> |
performAs(T actor) |
AnonymousPerformableRunnable |
withNoReporting() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
then
public AnonymousPerformableRunnable(java.lang.String title, java.lang.Runnable actions)
public <T extends Actor> void performAs(T actor)
performAs
in interface Performable
public boolean isSilent()
isSilent
in interface net.serenitybdd.markers.CanBeSilent
public AnonymousPerformableRunnable withNoReporting()