Class SilentPerformableFunction

java.lang.Object
net.serenitybdd.screenplay.SilentPerformableFunction
All Implemented Interfaces:
net.serenitybdd.core.SkipNested, net.serenitybdd.markers.CanBeSilent, Performable

public class SilentPerformableFunction extends Object implements Performable, net.serenitybdd.markers.CanBeSilent
  • Constructor Details

    • SilentPerformableFunction

      public SilentPerformableFunction(Consumer<Actor> actions)
  • Method Details

    • performAs

      public <T extends Actor> void performAs(T actor)
      Specified by:
      performAs in interface Performable
    • isSilent

      public boolean isSilent()
      Specified by:
      isSilent in interface net.serenitybdd.markers.CanBeSilent