From 48196d0b616fa1c37bb3371f63897155dc0a3160 Mon Sep 17 00:00:00 2001 From: Johannes Link Date: Thu, 2 Jan 2020 17:31:05 +0100 Subject: [PATCH 1/2] Added jqwik as property-based testing framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 529671e..6fd6091 100644 --- a/README.md +++ b/README.md @@ -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 the JUnit 5 platform. - [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. From 7b4be9e44f899dd4f3aefda42d55537e86c2c6dd Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Fri, 3 Jan 2020 08:07:14 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd6091..bbf850e 100644 --- a/README.md +++ b/README.md @@ -971,7 +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 the JUnit 5 platform. +- [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.