net.thucydides.core.steps
Class SpringDependencyInjector
java.lang.Object
net.thucydides.core.steps.SpringDependencyInjector
- All Implemented Interfaces:
- DependencyInjector
public class SpringDependencyInjector
- extends Object
- implements DependencyInjector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringDependencyInjector
public SpringDependencyInjector()
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-2013 Wakaleo Consulting. All Rights Reserved.