mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Document default TELs in AbstTxTestNGSpringContextTests
This commit is contained in:
+11
@@ -48,6 +48,17 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
* <p>Concrete subclasses must fulfill the same requirements outlined in
|
||||
* {@link AbstractTestNGSpringContextTests}.
|
||||
*
|
||||
* <p>The following {@link org.springframework.test.context.TestExecutionListener
|
||||
* TestExecutionListeners} are configured by default:
|
||||
*
|
||||
* <ul>
|
||||
* <li>{@link org.springframework.test.context.web.ServletTestExecutionListener}
|
||||
* <li>{@link org.springframework.test.context.support.DependencyInjectionTestExecutionListener}
|
||||
* <li>{@link org.springframework.test.context.support.DirtiesContextTestExecutionListener}
|
||||
* <li>{@link org.springframework.test.context.transaction.TransactionalTestExecutionListener}
|
||||
* <li>{@link org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener}
|
||||
* </ul>
|
||||
*
|
||||
* @author Sam Brannen
|
||||
* @author Juergen Hoeller
|
||||
* @since 2.5
|
||||
|
||||
Reference in New Issue
Block a user