diff --git a/README.md b/README.md index 6171c61..d71243f 100644 --- a/README.md +++ b/README.md @@ -766,6 +766,7 @@ A curated list of awesome Java frameworks, libraries and software. * [MockServer](http://www.mock-server.com/) - Allows mocking of systems that are integrated with HTTP/S. * [Moco](https://github.com/dreamhead/moco) - Concise web services for stubs and mocks, Duke's Choice Award 2013. * [PIT](http://pitest.org) - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test-suites. +* [pojo-tester](http://www.pojo.pl/) - Automatically performs tests on basic pojo-methods - equals, hashCode, toString, getters & setters, constructors. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. * [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. * [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for REST/HTTP services.