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.
|
void |
reset() |
public void injectDependenciesInto(Object target)
injectDependenciesInto in interface DependencyInjectortarget - public void reset()
reset in interface DependencyInjectorprotected org.springframework.test.context.TestContextManager getTestContextManager(Class<?> clazz)
Copyright © 2023. All rights reserved.