Added ConsoleCaptor (#949)

This commit is contained in:
Hakan Altındağ
2021-09-08 01:20:37 -07:00
committed by GitHub
parent 5228334943
commit 9de6ea4a8a

View File

@ -1046,6 +1046,7 @@ _Libraries that provide custom matchers._
_Other stuff related to testing._
- [ConsoleCaptor](https://github.com/Hakky54/console-captor) - Captures console output for unit testing purposes.
- [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - TestNG-like data provider/runner for JUnit.
- [LogCaptor](https://github.com/Hakky54/log-captor) - Captures log entries for unit testing purposes.
- [Mutability Detector](https://github.com/MutabilityDetector/MutabilityDetector) - Reports whether instances of a given class are immutable.