|
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/ExecResult.hpp"#include "testcontainers/GenericImage.hpp"Classes | |
| class | testcontainers::modules::MongoDBImage |
| A MongoDB server for tests: a copyable, reusable description of a mongo container that always runs as a SINGLE-NODE REPLICA SET, so sessions, multi-document transactions, and change streams work out of the box. More... | |
| class | testcontainers::modules::MongoDBContainer |
| A running MongoDB server (a single-node replica-set PRIMARY): connection getters plus the owned container. More... | |
Namespaces | |
| namespace | testcontainers |
| namespace | testcontainers::modules |