|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <optional>#include <stdexcept>#include <string>#include <utility>Classes | |
| class | testcontainers::Error |
| Base class for all testcontainers-cpp exceptions. More... | |
| class | testcontainers::DockerError |
| Failure while talking to the Docker daemon (transport, HTTP, or API error). More... | |
| class | testcontainers::NotFoundError |
| The daemon replied 404: the referenced resource does not exist. More... | |
| class | testcontainers::TransportTimeoutError |
| A transport operation exceeded its deadline — the TransportTimeouts connect budget or per-operation io deadline (see docker/Timeouts.hpp), or an internal handshake budget (the Ryuk registration). More... | |
| class | testcontainers::StartupTimeoutError |
| A container/service did not become ready within the caller's startup / wait-strategy timeout. More... | |
Namespaces | |
| namespace | testcontainers |