Browse Source

Polishing

pull/22617/head
Sam Brannen 7 years ago
parent
commit
2bbd52c9f3
  1. 1
      spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java

1
spring-test/src/main/java/org/springframework/test/context/event/EventPublishingTestExecutionListener.java

@ -40,6 +40,7 @@ import org.springframework.test.context.support.AbstractTestExecutionListener; @@ -40,6 +40,7 @@ import org.springframework.test.context.support.AbstractTestExecutionListener;
* <li>{@link AfterTestClassEvent}</li>
* </ul>
*
* <h3>Listener Registration</h3>
* <p>Note that this {@code TestExecutionListener} is not registered by default,
* but it may be registered for a given test class via
* {@link org.springframework.test.context.TestExecutionListeners @TestExecutionListeners}

Loading…
Cancel
Save