|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <chrono>#include <cmath>#include <cstdint>#include <functional>#include <optional>#include <string>#include <utility>#include <vector>#include "testcontainers/Container.hpp"#include "testcontainers/ContainerPort.hpp"#include "testcontainers/ContainerRequest.hpp"#include "testcontainers/CopyToContainer.hpp"#include "testcontainers/Device.hpp"#include "testcontainers/Healthcheck.hpp"#include "testcontainers/Lifecycle.hpp"#include "testcontainers/Mount.hpp"#include "testcontainers/RegistryAuth.hpp"#include "testcontainers/RestartPolicy.hpp"#include "testcontainers/Ulimit.hpp"#include "testcontainers/WaitFor.hpp"#include "testcontainers/docker/ContainerSpec.hpp"Classes | |
| class | testcontainers::GenericImage |
| A reusable, copyable description of a container to run: image reference, exposed ports, environment, command, labels, and readiness conditions. More... | |
Namespaces | |
| namespace | testcontainers |