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 voidinjectDependenciesInto(java.lang.Object object)voidreset()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
-
injectDependenciesInto
public void injectDependenciesInto(java.lang.Object object)- Specified by:
injectDependenciesIntoin interfaceDependencyInjector
-
reset
public void reset()- Specified by:
resetin interfaceDependencyInjector
-