From e0027109a55a60605cda597eef908bd9470ef3f1 Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Mon, 21 Sep 2020 11:32:52 +0200 Subject: [PATCH] Added LogCaptor (#869) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 734cb69..081ba62 100644 --- a/README.md +++ b/README.md @@ -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.