Class SilentTask

java.lang.Object
net.serenitybdd.screenplay.SilentTask

public class SilentTask
extends java.lang.Object
Perform a task or sequence of tasks without having it appear in the reports.
  • Constructor Summary

    Constructors
    Constructor Description
    SilentTask()  
  • Method Summary

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

    • SilentTask

      public SilentTask()
  • Method Details