From 177bb9a775eb76c0e9df014731e6c95c7503fab8 Mon Sep 17 00:00:00 2001 From: heldev Date: Thu, 3 Oct 2019 18:51:33 -0400 Subject: [PATCH] Merge Testing-Parametrization to Testing-Miscellaneous The subsection has only one entry and that entry is very niche --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 71e56ad..13013de 100644 --- a/README.md +++ b/README.md @@ -977,6 +977,7 @@ A curated list of awesome Java frameworks, libraries and software. *Other stuff related to testing.* +- [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - A TestNG-like data provider/runner for JUnit. - [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. @@ -993,12 +994,6 @@ A curated list of awesome Java frameworks, libraries and software. - [PowerMock](https://github.com/jayway/powermock) - Mocks static methods, constructors, final classes and methods, private methods, and removal of static initializers. - [WireMock](http://wiremock.org) - Stubs and mocks web services. -#### Parameterization - -*Simplifies the writing of parameterized tests.* - -- [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - A TestNG-like data provider/runner for JUnit. - ### Utility *Libraries which provide general utility functions.*