|
Pact C++ Consumer DSL
0.0.7
DSL to support writing consumer tests in C++
|
#include <string>#include <unordered_map>#include <vector>#include <pact.h>#include <filesystem>#include <optional>#include <functional>#include "matchers.h"

Go to the source code of this file.
Classes | |
| class | pact_consumer::MockServerHandle |
| class | pact_consumer::PactTestResult |
| class | pact_consumer::Pact |
| class | pact_consumer::Interaction |
Namespaces | |
| pact_consumer | |
Enumerations | |
| enum | pact_consumer::TestResultState { pact_consumer::Mismatches = (1u << 0) , pact_consumer::UserCodeFailed = (1u << 1) , pact_consumer::PactFileError = (1u << 2) , pact_consumer::MockServerFailed = (1u << 3) } |
Functions | |
| void | pact_consumer::init () |