Document test execution event support in the Reference Manual

Closes gh-18490
This commit is contained in:
Sam Brannen
2019-04-03 18:18:39 +02:00
parent a63d23492a
commit d6173512fe
2 changed files with 76 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.test.context.support.AbstractTestExecutionListener;
/**
* {@link org.springframework.test.context.TestExecutionListener TestExecutionListener}
* that publishes test lifecycle events to a Spring test
* that publishes test execution events to a Spring test
* {@link org.springframework.context.ApplicationContext ApplicationContext}.
*
* <h3>Supported Events</h3>