public class SpringDependencyInjector extends Object implements DependencyInjector
Constructor and Description |
---|
SpringDependencyInjector() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void injectDependenciesInto(Object target)
injectDependenciesInto
in interface DependencyInjector
target
- protected org.springframework.test.context.TestContextManager getTestContextManager(Class<?> clazz)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.