Class BackendTask

java.lang.Object
net.serenitybdd.screenplay.BackendTask

public class BackendTask
extends java.lang.Object
A backend task will report on all nested tasks, but will not generate any screenshots.
  • Constructor Summary

    Constructors
    Constructor Description
    BackendTask()  
  • Method Summary

    Modifier and Type Method Description
    static <T extends Performable>
    AnonymousTask
    where​(java.lang.String title, T... steps)  
    static <T extends Performable>
    AnonymousTask
    where​(T... steps)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BackendTask

      public BackendTask()
  • Method Details