Package net.serenitybdd.screenplay
Class AnonymousPerformableRunnable
java.lang.Object
net.serenitybdd.screenplay.AnonymousPerformableRunnable
- All Implemented Interfaces:
SkipNested,CanBeSilent,Performable
public class AnonymousPerformableRunnable extends java.lang.Object implements Performable, CanBeSilent
-
Constructor Summary
Constructors Constructor Description AnonymousPerformableRunnable(java.lang.String title, java.lang.Runnable actions) -
Method Summary
Modifier and Type Method Description booleanisSilent()<T extends Actor>
voidperformAs(T actor)AnonymousPerformableRunnablewithNoReporting()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
AnonymousPerformableRunnable
public AnonymousPerformableRunnable(java.lang.String title, java.lang.Runnable actions)
-
-
Method Details
-
performAs
- Specified by:
performAsin interfacePerformable
-
isSilent
public boolean isSilent()- Specified by:
isSilentin interfaceCanBeSilent
-
withNoReporting
-