Class SilentPerformable

java.lang.Object
net.serenitybdd.screenplay.conditions.SilentPerformable
All Implemented Interfaces:
SkipNested, IsSilent, Performable

public class SilentPerformable
extends java.lang.Object
implements Performable, IsSilent
  • Constructor Summary

    Constructors
    Constructor Description
    SilentPerformable()  
  • Method Summary

    Modifier and Type Method Description
    <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

    • SilentPerformable

      public SilentPerformable()
  • Method Details