From 8570d9b609ab95bb219beb8347b4b5cf850a2d4b Mon Sep 17 00:00:00 2001 From: Illya Kysil Date: Thu, 3 Oct 2024 21:52:04 +0200 Subject: [PATCH] Add weld-testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2670f06f..c856648e 100644 --- a/README.md +++ b/README.md @@ -1098,6 +1098,7 @@ _Provide environments to run tests for a specific use case._ - [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. +- [weld-testing](https://github.com/weld/weld-testing) - Set of test framework extensions (JUnit 4, JUnit 5, Spock) to enhance the testing of CDI components via Weld. Supports Weld 5. #### Matchers