- encoding - Variable in class de.weltraumschaf.commons.testing.CapturingPrintStream
-
Encoding of the captured bytes.
- err - Variable in class de.weltraumschaf.commons.testing.CapturedOutput
-
Captures the data written to STDERR.
- errBackup - Variable in class de.weltraumschaf.commons.testing.CapturedOutput
-
Holds the original STDERR from before test method.
- errMatcherBuilder - Variable in class de.weltraumschaf.commons.testing.CapturedOutput
-
Build the matchers for STDERR expectations.
- expectErr(String) - Method in class de.weltraumschaf.commons.testing.CapturedOutput
-
Adds to the list of requirements for any output printed to STDERR that it should contain string
substring.
- expectErr(Matcher<String>) - Method in class de.weltraumschaf.commons.testing.CapturedOutput
-
Adds to the list of requirements for any output printed to STDERR.
- expectOut(String) - Method in class de.weltraumschaf.commons.testing.CapturedOutput
-
Adds to the list of requirements for any output printed to STDOUT that it should contain string
substring.
- expectOut(Matcher<String>) - Method in class de.weltraumschaf.commons.testing.CapturedOutput
-
Adds to the list of requirements for any output printed to STDOUT.
- expectsSomething() - Method in class de.weltraumschaf.commons.testing.CapturedOutput.CapturedOutputMatcherBuilder
-
Whether the builder has any matcher.