Demonstrates usage of Testcontainers C++ in Google Test. See test.cpp for the code.
cmake -S . -B /tmp/tc-native
cmake --build /tmp/tc-native/
ctest --output-on-failure -R ClassDemonstrates usage of Testcontainers C++ in Google Test. See test.cpp for the code.
cmake -S . -B /tmp/tc-native
cmake --build /tmp/tc-native/
ctest --output-on-failure -R Class