net.thucydides.core.steps
Class SpringDependencyInjector

Package class diagram package SpringDependencyInjector
java.lang.Object
  extended by net.thucydides.core.steps.SpringDependencyInjector
All Implemented Interfaces:
DependencyInjector

public class SpringDependencyInjector
extends Object
implements DependencyInjector


Constructor Summary
SpringDependencyInjector()
           
 
Method Summary
protected  org.springframework.test.context.TestContextManager getTestContextManager(Class<?> clazz)
           
 void injectDependenciesInto(Object target)
          Setup Spring dependencies in a step library, based on the Spring ContextConfiguration annotation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringDependencyInjector

public SpringDependencyInjector()
Method Detail

injectDependenciesInto

public void injectDependenciesInto(Object target)
Setup Spring dependencies in a step library, based on the Spring ContextConfiguration annotation.

Specified by:
injectDependenciesInto in interface DependencyInjector
Parameters:
target -

getTestContextManager

protected org.springframework.test.context.TestContextManager getTestContextManager(Class<?> clazz)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.