Added jqwik as property-based testing framework (#813)

* Added jqwik as property-based testing framework

* Update README.md

Co-authored-by: Andreas Kull <akullpp@gmail.com>
This commit is contained in:
Andreas Kull
2020-01-03 08:07:37 +01:00
committed by GitHub

View File

@ -971,6 +971,7 @@ _Provide environments to run tests for a specific use case._
- [Citrus](https://citrusframework.org) - Integration testing framework that focuses on both client- and server-side messaging.
- [Gatling](https://gatling.io) - Load testing tool designed for ease of use, maintainability and high performance.
- [JUnit](http://junit.org) - Common testing framework.
- [jqwik](https://jqwik.net) - Engine for property-based testing built on JUnit 5.
- [Pact JVM](https://github.com/DiUS/pact-jvm) - Consumer-driven contract testing.
- [PIT](http://pitest.org) - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test suites.