|
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::MinIOImage |
| A reusable, copyable description of a MinIO object-storage server — an S3-compatible endpoint for tests: pinned image, S3 + console ports, root credentials, buckets to pre-create, and an HTTP readiness probe. More... | |
| class | testcontainers::modules::MinIOContainer |
| A running MinIO server: S3 endpoint getters plus the owned container. More... | |
Namespaces | |
| namespace | testcontainers |
| namespace | testcontainers::modules |