Package net.serenitybdd.screenplay
Class SilentPerformableFunction
java.lang.Object
net.serenitybdd.screenplay.SilentPerformableFunction
- All Implemented Interfaces:
SkipNested,CanBeSilent,Performable
public class SilentPerformableFunction extends java.lang.Object implements Performable, CanBeSilent
-
Constructor Summary
Constructors Constructor Description SilentPerformableFunction(java.util.function.Consumer<Actor> actions) -
Method Summary
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
-
SilentPerformableFunction
-
-
Method Details
-
performAs
- Specified by:
performAsin interfacePerformable
-
isSilent
public boolean isSilent()- Specified by:
isSilentin interfaceCanBeSilent
-