From 7b4be9e44f899dd4f3aefda42d55537e86c2c6dd Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Fri, 3 Jan 2020 08:07:14 +0100 Subject: [PATCH] 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.