C++Spec 1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
CppSpec::PositiveExpectationHandler Struct Reference

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 ()
 

Detailed Description

Handles "positive" expectations (i.e. non-negated)

Member Function Documentation

◆ handle_matcher()

template<class Matcher>
Result CppSpec::PositiveExpectationHandler::handle_matcher ( Matcher & matcher)
static

runs a positive expectation

Template Parameters
Matcherthe class of Matcher to use
Parameters
matcherthe matcher to use
Returns
the Result of the expectation

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