| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestExecutionListener | |
|---|---|
| org.springframework.test.context | This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use. | 
| org.springframework.test.context.support | Support classes for the Spring TestContext Framework. | 
| org.springframework.test.context.transaction | Transactional support classes for the Spring TestContext Framework. | 
| Uses of TestExecutionListener in org.springframework.test.context | 
|---|
| Methods in org.springframework.test.context that return types with arguments of type TestExecutionListener | |
|---|---|
| protected  Set<Class<? extends TestExecutionListener>> | TestContextManager.getDefaultTestExecutionListenerClasses()Determine the default TestExecutionListenerclasses. | 
|  List<TestExecutionListener> | TestContextManager.getTestExecutionListeners()Gets an unmodifiablecopy of
 theTestExecutionListenersregistered for
 thisTestContextManager. | 
| Methods in org.springframework.test.context with parameters of type TestExecutionListener | |
|---|---|
|  void | TestContextManager.registerTestExecutionListeners(TestExecutionListener... testExecutionListeners)Register the supplied TestExecutionListenersby appending them to
 the set of listeners used by thisTestContextManager. | 
| Uses of TestExecutionListener in org.springframework.test.context.support | 
|---|
| Classes in org.springframework.test.context.support that implement TestExecutionListener | |
|---|---|
|  class | AbstractTestExecutionListenerAbstract implementation of the TestExecutionListenerinterface which
 provides empty method stubs. | 
|  class | DependencyInjectionTestExecutionListenerTestExecutionListenerwhich provides support for dependency
 injection and initialization of test instances. | 
|  class | DirtiesContextTestExecutionListenerTestExecutionListenerwhich processes test methods configured
 with the@DirtiesContextannotation. | 
| Uses of TestExecutionListener in org.springframework.test.context.transaction | 
|---|
| Classes in org.springframework.test.context.transaction that implement TestExecutionListener | |
|---|---|
|  class | TransactionalTestExecutionListenerTestExecutionListenerwhich provides support for executing
 tests within transactions by using@Transactionaland@NotTransactionalannotations. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||