| Package | Description |
|---|---|
| de.weltraumschaf.commons.testing |
Sub package for utilities and helpers for testing.
|
| de.weltraumschaf.commons.testing.rules |
| Modifier and Type | Method and Description |
|---|---|
CapturingPrintStream |
CapturingPrintStream.reset()
Resets the captured output.
|
| Modifier and Type | Field and Description |
|---|---|
private CapturingPrintStream |
CapturedOutput.err
Captures the data written to STDERR.
|
private CapturingPrintStream |
CapturedOutput.out
Captures the data written to STDOUT.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.