C++Spec 1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
CppSpec::Matchers::Match< A > Class Template Reference
Inheritance diagram for CppSpec::Matchers::Match< A >:
Collaboration diagram for CppSpec::Matchers::Match< A >:

Public Member Functions

 Match (Expectation< A > &expectation, std::string expected)
 
 Match (Expectation< A > &expectation, std::regex expected)
 
std::string verb () override
 
bool match () override
 

Member Function Documentation

◆ match()

template<typename A>
bool CppSpec::Matchers::Match< A >::match ( )
inlineoverridevirtual

◆ verb()

template<typename A>
std::string CppSpec::Matchers::Match< A >::verb ( )
inlineoverridevirtual

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