Uses of Class
org.springframework.test.context.TestExecutionListeners

Packages that use TestExecutionListeners
org.springframework.test.context.junit38 Support classes for ApplicationContext-based and transactional tests run with JUnit 3.8 and the Spring TestContext Framework
org.springframework.test.context.junit4 Support classes for ApplicationContext-based and transactional tests run with JUnit 4.4 and the Spring TestContext Framework
org.springframework.test.context.testng Support classes for ApplicationContext-based and transactional tests run with TestNG and the Spring TestContext Framework
 

Uses of TestExecutionListeners in org.springframework.test.context.junit38
 

Classes in org.springframework.test.context.junit38 with annotations of type TestExecutionListeners
 class AbstractJUnit38SpringContextTests
           Abstract base TestCase which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit 3.8 environment.
 class AbstractTransactionalJUnit38SpringContextTests
           Abstract transactional extension of AbstractJUnit38SpringContextTests which adds convenience functionality for JDBC access.
 

Uses of TestExecutionListeners in org.springframework.test.context.junit4
 

Classes in org.springframework.test.context.junit4 with annotations of type TestExecutionListeners
 class AbstractJUnit4SpringContextTests
           Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit 4.4 environment.
 class AbstractTransactionalJUnit4SpringContextTests
           Abstract transactional extension of AbstractJUnit4SpringContextTests which adds convenience functionality for JDBC access.
 

Uses of TestExecutionListeners in org.springframework.test.context.testng
 

Classes in org.springframework.test.context.testng with annotations of type TestExecutionListeners
 class AbstractTestNGSpringContextTests
           Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a TestNG environment.
 class AbstractTransactionalTestNGSpringContextTests
           Abstract transactional extension of AbstractTestNGSpringContextTests which adds convenience functionality for JDBC access.
 



Copyright © 2002-2008 The Spring Framework.