|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <chrono>#include <cstdint>#include <functional>#include <string>#include <string_view>#include <vector>#include "testcontainers/Container.hpp"#include "testcontainers/GenericImage.hpp"#include "testcontainers/WaitFor.hpp"Classes | |
| class | testcontainers::modules::RustFSImage |
| A reusable, copyable description of a RustFS server — an S3-compatible object store — for tests: pinned image, S3 + console ports, managed access/secret credentials, and an HTTP readiness probe. More... | |
| class | testcontainers::modules::RustFSContainer |
| A running RustFS server: S3 endpoint getters plus the owned container. More... | |
Namespaces | |
| namespace | testcontainers |
| namespace | testcontainers::modules |