Browse Source

Mention DCBeforeModesTEL in TestExecutionListener Javadoc

pull/937/head
Sam Brannen 9 years ago
parent
commit
9eb713ae2c
  1. 2
      spring-test/src/main/java/org/springframework/test/context/TestExecutionListener.java

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

@ -33,6 +33,8 @@ package org.springframework.test.context; @@ -33,6 +33,8 @@ package org.springframework.test.context;
* <ul>
* <li>{@link org.springframework.test.context.web.ServletTestExecutionListener
* ServletTestExecutionListener}</li>
* <li>{@link org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
* DirtiesContextBeforeModesTestExecutionListener}</li>
* <li>{@link org.springframework.test.context.support.DependencyInjectionTestExecutionListener
* DependencyInjectionTestExecutionListener}</li>
* <li>{@link org.springframework.test.context.support.DirtiesContextTestExecutionListener

Loading…
Cancel
Save