Package net.serenitybdd.screenplay
Class AnonymousPerformableFunction
java.lang.Object
net.serenitybdd.screenplay.AnonymousPerformableFunction
- All Implemented Interfaces:
SkipNested,CanBeSilent,Performable
public class AnonymousPerformableFunction extends java.lang.Object implements Performable, CanBeSilent
-
Constructor Summary
Constructors Constructor Description AnonymousPerformableFunction(java.lang.String title, java.util.function.Consumer<Actor> actions) -
Method Summary
Modifier and Type Method Description booleanisSilent()<T extends Actor>
voidperformAs(T actor)AnonymousPerformableFunctionwithNoReporting()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
-
AnonymousPerformableFunction
public AnonymousPerformableFunction(java.lang.String title, java.util.function.Consumer<Actor> actions)
-
-
Method Details
-
performAs
- Specified by:
performAsin interfacePerformable
-
isSilent
public boolean isSilent()- Specified by:
isSilentin interfaceCanBeSilent
-
withNoReporting
-