Uses of Annotation Interface
org.springframework.test.context.TestExecutionListeners
Packages that use TestExecutionListeners
Package
Description
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
Support classes for integrating the Spring TestContext Framework
with TestNG.
-
Uses of TestExecutionListeners in org.springframework.test.context.junit4
Classes in org.springframework.test.context.junit4 with annotations of type TestExecutionListenersModifier and TypeClassDescriptionclassAbstract base test class which integrates the Spring TestContext Framework with explicitApplicationContexttesting support in a JUnit 4 environment.classAbstract transactional extension ofAbstractJUnit4SpringContextTestswhich 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 TestExecutionListenersModifier and TypeClassDescriptionclassAbstract base test class which integrates the Spring TestContext Framework with explicitApplicationContexttesting support in a TestNG environment.classAbstract transactional extension ofAbstractTestNGSpringContextTestswhich adds convenience functionality for JDBC access.