|
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 <utility>#include <vector>#include "testcontainers/Container.hpp"#include "testcontainers/GenericImage.hpp"Classes | |
| class | testcontainers::modules::NATSImage |
| A reusable, copyable description of a NATS server container: the pinned image, the client and HTTP-monitoring ports, a log + /healthz readiness pair, and optional credentials / JetStream / extra server flags — all rendered into the command line (the server reads no environment). More... | |
| class | testcontainers::modules::NATSContainer |
| A running NATS server: connection getters plus the owned container. More... | |
Namespaces | |
| namespace | testcontainers |
| namespace | testcontainers::modules |