|
testcontainers-cpp 0.2.0
Native C++20 Testcontainers over the Docker Engine API
|
#include <chrono>#include <cstdint>#include <filesystem>#include <functional>#include <optional>#include <string>#include <string_view>#include <utility>#include <vector>#include "testcontainers/Container.hpp"#include "testcontainers/CopyToContainer.hpp"#include "testcontainers/GenericImage.hpp"Classes | |
| class | testcontainers::modules::MosquittoImage |
| A reusable, copyable description of an Eclipse Mosquitto MQTT broker: the pinned image, port 1883 exposed, and a managed mosquitto.conf (copied in before start) that accepts anonymous clients from outside the container — the stock image config would listen on the container's loopback only, so the mapped port would connect to nothing. More... | |
| class | testcontainers::modules::MosquittoContainer |
| A running Mosquitto broker: connection getters plus the owned container. More... | |
Namespaces | |
| namespace | testcontainers |
| namespace | testcontainers::modules |