Class CompositePerformable

java.lang.Object
net.serenitybdd.screenplay.CompositePerformable
All Implemented Interfaces:
SkipNested, Performable

public class CompositePerformable
extends java.lang.Object
implements Performable
  • Method Summary

    Modifier and Type Method Description
    static Performable from​(Performable firstPerformable, Performable nextPerformable)  
    <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