|
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 <vector>#include "testcontainers/Container.hpp"#include "testcontainers/GenericImage.hpp"#include "testcontainers/WaitFor.hpp"Classes | |
| class | testcontainers::modules::OpenSearchImage |
| A reusable, copyable description of a single-node OpenSearch server for tests, running with the security plugin DISABLED: plain HTTP on one published port, no credentials — OpenSearchContainer::http_url() is all a REST client needs. More... | |
| class | testcontainers::modules::OpenSearchContainer |
| A running OpenSearch server: URL getters plus the owned container. More... | |
Namespaces | |
| namespace | testcontainers |
| namespace | testcontainers::modules |