C++Spec 1.0.0
BDD testing for C++
|
Public Member Functions | |
Match (Expectation< A > &expectation, std::string expected) | |
Match (Expectation< A > &expectation, std::regex expected) | |
std::string | verb () override |
bool | match () override |
|
inlineoverridevirtual |
Implements CppSpec::Matchers::MatcherBase< A, std::regex >.
|
inlineoverridevirtual |
Reimplemented from CppSpec::Matchers::MatcherBase< A, std::regex >.