Add rules that disallow writes to console. (Commit).
1.13.0
Support throwing exceptions from System.in. (Commit).
1.12.0
Provide logs with normalized new line characters. (Commit).
1.11.0
Add method for providing lines of text to TextFromStandardInputStream. (Commit).
1.10.1
Fix encoding problems of StandardErrorStreamLog, StandardOutputStreamLog, SystemErrRule and SystemOutRule. (Commit).
1.10.0
StandardErrorStreamLog and StandardOutputStreamLog have been replaced by SystemErrRule and SystemOutRule. Both rules separate logging and muting (Commit). It is now possible to mute successful tests only (Commit).
Support breaks between multiple texts. (Commit)
RestoreSystemProperties restores all properties.
(Commit)
Consequently the methods ClearSystemProperties.clearProperty(String)
(Commit)
and ProvideSystemProperty.setProperty(String, String)
(Commit)
have been deprecated.
1.7.0
Optionally prevent output to stdout/stderr.
(Commit)