Browse Source

Polishing

pull/23753/head
Sam Brannen 6 years ago
parent
commit
fc74c43718
  1. 2
      spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java

2
spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java

@ -61,13 +61,13 @@ public @interface TestExecutionListeners { @@ -61,13 +61,13 @@ public @interface TestExecutionListeners {
* the {@link TestContextManager}.
* <p>This attribute may <strong>not</strong> be used in conjunction with
* {@link #value}, but it may be used instead of {@link #value}.
* @see org.springframework.test.context.event.EventPublishingTestExecutionListener
* @see org.springframework.test.context.web.ServletTestExecutionListener
* @see org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
* @see org.springframework.test.context.support.DependencyInjectionTestExecutionListener
* @see org.springframework.test.context.support.DirtiesContextTestExecutionListener
* @see org.springframework.test.context.transaction.TransactionalTestExecutionListener
* @see org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
* @see org.springframework.test.context.event.EventPublishingTestExecutionListener
*/
@AliasFor("value")
Class<? extends TestExecutionListener>[] listeners() default {};

Loading…
Cancel
Save