Class DependencyInjectionTestExecutionListener

java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.springframework.test.context.support.DependencyInjectionTestExecutionListener
All Implemented Interfaces:
Ordered, TestExecutionListener

public class DependencyInjectionTestExecutionListener extends AbstractTestExecutionListener
TestExecutionListener which provides support for dependency injection and initialization of test instances.
Since:
2.5
Author:
Sam Brannen, Juergen Hoeller