Skip to content

Commit

Permalink
Add quarkus support section
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Jan 25, 2022
1 parent 6d20a71 commit 9b1a398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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. Documetation 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.*
Expand Down

0 comments on commit 9b1a398

Please sign in to comment.