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