PIT Mutation Testing framework

This commit is contained in:
Vijay Krishna Palepu
2015-11-22 18:08:51 -08:00
parent a24a41fc85
commit 7268c0b542

View File

@ -579,6 +579,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [JUnit](http://junit.org/) - Common testing framework.
* [JUnitParams](https://pragmatists.github.io/JUnitParams/) - Creation of readable and maintainable parametrised tests.
* [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD.
* [PIT](http://pitest.org) - Mutation-testing framework for Java and JVM.
* [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers.
* [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for REST/HTTP services.
* [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests.