The Spring Framework

Uses of Class
org.springframework.test.context.support.AbstractTestExecutionListener

Packages that use AbstractTestExecutionListener
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 AbstractTestExecutionListener in org.springframework.test.context.support
 

Subclasses of AbstractTestExecutionListener in org.springframework.test.context.support
 class DependencyInjectionTestExecutionListener
          TestExecutionListener which provides support for dependency injection and initialization of test instances.
 class DirtiesContextTestExecutionListener
          TestExecutionListener which processes test methods configured with the @DirtiesContext annotation.
 

Uses of AbstractTestExecutionListener in org.springframework.test.context.transaction
 

Subclasses of AbstractTestExecutionListener in org.springframework.test.context.transaction
 class TransactionalTestExecutionListener
           TestExecutionListener which provides support for executing tests within transactions by using @Transactional and @NotTransactional annotations.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.