C++Spec 1.0.0
BDD testing for C++
|
Handles "negative" expectations (i.e. negated with '.not_() More...
#include <handler.hpp>
Static Public Member Functions | |
template<class Matcher> | |
static Result | handle_matcher (Matcher &matcher) |
runs a negative expectation | |
static std::string | verb () |
Handles "negative" expectations (i.e. negated with '.not_()
|
static |
runs a negative expectation
Matcher | the class of Matcher to use |
matcher | the matcher to use |