|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <chrono>#include <cstdint>#include <filesystem>#include <functional>#include <string>#include <string_view>#include <utility>#include <vector>#include "testcontainers/Container.hpp"#include "testcontainers/CopyToContainer.hpp"#include "testcontainers/ExecResult.hpp"#include "testcontainers/GenericImage.hpp"#include "testcontainers/WaitFor.hpp"Classes | |
| class | testcontainers::modules::ScyllaDBImage |
| A reusable, copyable description of a single-node ScyllaDB server for tests: CQL on port 9042, developer mode, one shard, no authentication — the vendor-recommended CI shape, typically CQL-ready in seconds. More... | |
| class | testcontainers::modules::ScyllaDBContainer |
| A running single-node ScyllaDB server: contact-point getters plus the owned container. More... | |
Namespaces | |
| namespace | testcontainers |
| namespace | testcontainers::modules |