Class InstrumentedTask

java.lang.Object
net.serenitybdd.screenplay.InstrumentedTask

public class InstrumentedTask
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    InstrumentedTask()  
  • Method Summary

    Modifier and Type Method Description
    static <T extends Performable>
    T
    of​(T task)  

    Methods inherited from class java.lang.Object

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

    • InstrumentedTask

      public InstrumentedTask()
  • Method Details

    • of

      public static <T extends Performable> T of​(T task)