From 01915b2add58ea789aa6f59becaead1e5f3667ba Mon Sep 17 00:00:00 2001 From: Guillaume Le Floch Date: Tue, 25 Jan 2022 15:09:41 +0100 Subject: [PATCH] Add quarkus support section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d4869aac1..1d7582c39 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ Check the series of articles "Mocking is not rocket science" at [Kt. Academy](ht * [springmockk](https://github.com/Ninja-Squad/springmockk) introduced in official [Spring Boot Kotlin tutorial](https://spring.io/guides/tutorials/spring-boot-kotlin/) + ### Quarkus support + + * [quarkus-mockk](https://github.com/quarkiverse/quarkus-mockk) adds support for mocking beans in Quarkus. Documentation can be found [here](https://quarkiverse.github.io/quarkiverse-docs/quarkus-mockk/dev/index.html) + ### Kotlin version support From version 1.10.0 MockK does not support Kotlin 1.2.*