Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 377 Bytes

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