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 DependencyInjectortarget - protected org.springframework.test.context.TestContextManager getTestContextManager(Class<?> clazz)
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.