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

    Modifier and Type Method Description
    boolean isSilent()  
    <T extends Actor>
    void
    performAs​(T actor)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    then
  • Constructor Details

    • SilentPerformableFunction

      public SilentPerformableFunction​(java.util.function.Consumer<Actor> actions)
  • Method Details