Polish JavaDoc for the SpringExtension
This commit is contained in:
parent
da8d50f91f
commit
c4f7ff04dc
|
|
@ -45,8 +45,9 @@ import org.springframework.util.Assert;
|
|||
* {@code SpringExtension} integrates the <em>Spring TestContext Framework</em>
|
||||
* into JUnit 5's <em>Jupiter</em> programming model.
|
||||
*
|
||||
* <p>To use this class, simply annotate a JUnit Jupiter based test class with
|
||||
* {@code @ExtendWith(SpringExtension.class)}.
|
||||
* <p>To use this extension, simply annotate a JUnit Jupiter based test class with
|
||||
* {@code @ExtendWith(SpringExtension.class)}, {@code @SpringJUnitConfig}, or
|
||||
* {@code @SpringJUnitWebConfig}.
|
||||
*
|
||||
* @author Sam Brannen
|
||||
* @since 5.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue