Class Instrumented.InstrumentedBuilder<T>

java.lang.Object
net.serenitybdd.core.steps.Instrumented.InstrumentedBuilder<T>
Enclosing class:
Instrumented

public static class Instrumented.InstrumentedBuilder<T>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    InstrumentedBuilder​(java.lang.Class<T> instanceClass)  
    InstrumentedBuilder​(java.lang.Class<T> instanceClass, java.lang.Object[] constructorParameters)  
  • Method Summary

    Modifier and Type Method Description
    T newInstance()  
    T withProperties​(java.lang.Object... constructorParameters)  

    Methods inherited from class java.lang.Object

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

    • InstrumentedBuilder

      public InstrumentedBuilder​(java.lang.Class<T> instanceClass)
    • InstrumentedBuilder

      public InstrumentedBuilder​(java.lang.Class<T> instanceClass, java.lang.Object[] constructorParameters)
  • Method Details

    • newInstance

      public T newInstance()
    • withProperties

      public T withProperties​(java.lang.Object... constructorParameters)