mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Fix JavaDoc within spring-boot-test-support
See gh-17443
This commit is contained in:
committed by
Andy Wilkinson
parent
3ba25b9ee9
commit
ed7cfedb51
+1
-1
@@ -122,7 +122,7 @@ class OutputCapture implements CapturedOutput {
|
||||
}
|
||||
|
||||
/**
|
||||
* A capture session that captures {@link System#out System.out} and {@link System#out
|
||||
* A capture session that captures {@link System#out System.out} and {@link System#err
|
||||
* System.err}.
|
||||
*/
|
||||
private static class SystemCapture {
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ import org.junit.jupiter.api.extension.ParameterResolver;
|
||||
* argument to your test class constructor or test method:
|
||||
*
|
||||
* <pre class="code">
|
||||
* @ExtendWith(OutputExtension.class)
|
||||
* @ExtendWith(OutputCaptureExtension.class)
|
||||
* class MyTest {
|
||||
*
|
||||
* @Test
|
||||
|
||||
Reference in New Issue
Block a user