Skip to content

Latest commit

 

History

History

wiremock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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