Pact C++ Consumer DSL  0.0.7
DSL to support writing consumer tests in C++
Public Types | Public Member Functions | List of all members
pact_consumer::matchers::IMatcher Class Referenceabstract

#include <matchers.h>

Inheritance diagram for pact_consumer::matchers::IMatcher:
Inheritance graph
[legend]

Public Types

using Ptr = std::shared_ptr< IMatcher >
 

Public Member Functions

virtual std::string getJson () const =0
 
virtual std::string as_example () const
 
virtual std::string as_regex () const
 

Member Typedef Documentation

◆ Ptr

Member Function Documentation

◆ as_example()

virtual std::string pact_consumer::matchers::IMatcher::as_example ( ) const
inlinevirtual

◆ as_regex()

virtual std::string pact_consumer::matchers::IMatcher::as_regex ( ) const
inlinevirtual

◆ getJson()

virtual std::string pact_consumer::matchers::IMatcher::getJson ( ) const
pure virtual

The documentation for this class was generated from the following file: