Added LogCaptor (#869)

This commit is contained in:
Hakky54
2020-09-21 11:32:52 +02:00
committed by GitHub
parent 620dec0944
commit e0027109a5

View File

@ -1016,6 +1016,7 @@ _Libraries that provide custom matchers._
_Other stuff related to testing._
- [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.
- [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition.
- [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.