Update README.md
This commit is contained in:
@ -815,6 +815,8 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
|
|
||||||
### Frameworks
|
### Frameworks
|
||||||
|
|
||||||
|
*Provide a
|
||||||
|
|
||||||
* [ArchUnit](https://github.com/TNG/ArchUnit) - Test library for specifying and asserting architecture rules.
|
* [ArchUnit](https://github.com/TNG/ArchUnit) - Test library for specifying and asserting architecture rules.
|
||||||
* [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements.
|
* [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements.
|
||||||
* [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers.
|
* [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers.
|
||||||
@ -835,6 +837,8 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
||||||
|
*Other stuff related to testing.*
|
||||||
|
|
||||||
* [Mutability Detector](https://github.com/MutabilityDetector/MutabilityDetector) - Reports whether instances of a given class are immutable.
|
* [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.
|
* [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.
|
* [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.
|
||||||
@ -842,6 +846,8 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
|
|
||||||
### Mocking
|
### Mocking
|
||||||
|
|
||||||
|
*Tools which mock collaborators to help testing single, isolated units.*
|
||||||
|
|
||||||
* [JMockit](http://jmockit.org/) - Integration testing, API mocking and faking, and code coverage.
|
* [JMockit](http://jmockit.org/) - Integration testing, API mocking and faking, and code coverage.
|
||||||
* [Mockito](https://github.com/mockito/mockito) - Mocking framework that lets you write tests with a clean and simple API.
|
* [Mockito](https://github.com/mockito/mockito) - Mocking framework that lets you write tests with a clean and simple API.
|
||||||
* [MockServer](https://www.mock-server.com/) - Allows mocking of systems integrated with HTTPS.
|
* [MockServer](https://www.mock-server.com/) - Allows mocking of systems integrated with HTTPS.
|
||||||
|
Reference in New Issue
Block a user