Skip to content

Demo - WireMock on Testcontainers C#

Demonstrates usage of the WireMock Module for Testcontainers C in a simple main function. No test framework is used here.

Running demo#

From the root of the repository:

cmake .
cmake --build .
cd demo/wiremock
./demo_wiremock_module.out

Sample output#

Sample Output