Class WebCapableActorInjector

java.lang.Object
net.serenitybdd.screenplay.injectors.WebCapableActorInjector
All Implemented Interfaces:
DependencyInjector

public class WebCapableActorInjector
extends java.lang.Object
implements DependencyInjector
Injects actors into the test, and gives them browsers where appropriate.
  • Constructor Summary

    Constructors 
    Constructor Description
    WebCapableActorInjector()  
  • Method Summary

    Modifier and Type Method Description
    void injectDependenciesInto​(java.lang.Object object)  
    void reset()  

    Methods inherited from class java.lang.Object

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

    • WebCapableActorInjector

      public WebCapableActorInjector()
  • Method Details