Class Instrumented

java.lang.Object
net.serenitybdd.core.steps.Instrumented

public class Instrumented
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Instrumented.InstrumentedBuilder<T>  
  • Constructor Summary

    Constructors
    Constructor Description
    Instrumented()  
  • Method Summary

    Modifier and Type Method Description
    static <T> Instrumented.InstrumentedBuilder<T> instanceOf​(java.lang.Class<T> instanceClass)  

    Methods inherited from class java.lang.Object

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

    • Instrumented

      public Instrumented()
  • Method Details