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