| Interface | Description |
|---|---|
| CapturedOutput |
Provides access to
System.out and System.err
output that has been captured by the OutputCaptureExtension or
OutputCaptureRule. |
| Class | Description |
|---|---|
| OutputCaptureExtension |
JUnit Jupiter
@Extension to capture System.out and
System.err. |
| OutputCaptureRule |
JUnit
@Rule to capture output from System.out and System.err. |
System-related testing.