You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
This application is a demonstration on how to integrate Microcks via [Testcontainers]([https://www.testcontainers.com]) within your development inner-loop.
6
6
7
7
You will work with a Spring Boot application and explore how to:
8
-
* Use Microcks for provisioning third-party API mocks,
9
-
* Use Microcks for simulating external Kafka events publishers,
10
-
* Write tests using Microcks contract-testing features for both REST/OpenAPI based APIs and Events/AsyncAPI based messaging
8
+
* Use Microcks for **provisioning third-party API mocks**,
9
+
* Use Microcks for **simulating external Kafka events publishers**,
10
+
* Write tests using Microcks **contract-testing** features for both **REST/OpenAPI based APIs and Events/AsyncAPI** based messaging
0 commit comments