microcks / microcks-testcontainers-go

Go lib for Testcontainers that enables embedding Microcks into your unit tests with lightweight, throwaway instance thanks to containers.
https://microcks.io
Apache License 2.0
5 stars 3 forks source link

Add contract-testing support #2

Closed lbroudoux closed 8 months ago

lbroudoux commented 8 months ago

Reason/Context

We must have feature parity with microcks-testcontainers.java and microcks-testcontainers-go 😉

Description

Adding a TestEndpoint() functino

Implementation ideas

No response