From 0e1733cbf7c49778b3711beb96d5c950861fc807 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Sat, 6 Apr 2024 17:58:28 +0300 Subject: [PATCH] Add Microcks. --- docs/src/main/asciidoc/dev-services.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/dev-services.adoc b/docs/src/main/asciidoc/dev-services.adoc index b87a773246786..01fd6fdf4e77b 100644 --- a/docs/src/main/asciidoc/dev-services.adoc +++ b/docs/src/main/asciidoc/dev-services.adoc @@ -180,4 +180,9 @@ link:{neo4j-guide}#dev-services[Neo4j Guide]. === WireMock The WireMock extension starts WireMock as a Dev Service. It is a test-focussed extension, designed to run in dev and test mode only. -More information can be found in the https://docs.quarkiverse.io/quarkus-wiremock/dev/index.html[WireMock Guide]. \ No newline at end of file +More information can be found in the https://docs.quarkiverse.io/quarkus-wiremock/dev/index.html[WireMock Guide]. + +=== Microcks + +The Microcks Quarkus extension includes a Microcks Dev Service. The Dev Service manages mocks for dependencies and contract-testing your API endpoints. +See the extension /~https://github.com/microcks/microcks-quarkus[README.md] for more information. \ No newline at end of file