Pact C++ Consumer DSL
0.0.7
DSL to support writing consumer tests in C++
|
This is the complete list of members for pact_consumer::Interaction, including all inherited members.
given(const char *provider_state) const | pact_consumer::Interaction | |
given(const char *provider_state, const std::unordered_map< std::string, std::string > ¶meters) const | pact_consumer::Interaction | |
Interaction(const Pact *parent, const char *description) | pact_consumer::Interaction | |
interaction | pact_consumer::Interaction | |
uponReceiving(const char *description) const | pact_consumer::Interaction | |
willRespondWith(size_t status) const | pact_consumer::Interaction | |
withBinaryFile(const std::string &content_type, const std::filesystem::path &example_file) const | pact_consumer::Interaction | |
withBody(const std::string &body, const std::string &content_type) const | pact_consumer::Interaction | |
withHeaders(const std::unordered_map< std::string, std::vector< std::string >> &headers) const | pact_consumer::Interaction | |
withJsonBody(pact_consumer::matchers::IMatcher::Ptr body) const | pact_consumer::Interaction | |
withMultipartFileUpload(const std::string &part_name, const std::string &content_type, const std::filesystem::path &example_file) const | pact_consumer::Interaction | |
withQuery(const std::unordered_map< std::string, std::vector< std::string >> &query) const | pact_consumer::Interaction | |
withRequest(const char *method, const char *path) const | pact_consumer::Interaction | |
withResponseBinaryFile(const std::string &content_type, const std::filesystem::path &example_file) const | pact_consumer::Interaction | |
withResponseBody(const std::string &body, const std::string &content_type) const | pact_consumer::Interaction | |
withResponseHeaders(const std::unordered_map< std::string, std::vector< std::string >> &headers) const | pact_consumer::Interaction | |
withResponseJsonBody(pact_consumer::matchers::IMatcher::Ptr body) const | pact_consumer::Interaction | |
withResponseMultipartFileUpload(const std::string &part_name, const std::string &content_type, const std::filesystem::path &example_file) const | pact_consumer::Interaction |