C++Spec 1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
handler.hpp File Reference

Contains the primary handlers for running Matchers. More...

#include <exception>
#include <string>
#include "result.hpp"
Include dependency graph for handler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CppSpec::PositiveExpectationHandler
 Handles "positive" expectations (i.e. non-negated) More...
 
struct  CppSpec::NegativeExpectationHandler
 Handles "negative" expectations (i.e. negated with '.not_() More...
 

Detailed Description

Contains the primary handlers for running Matchers.

Copyright 2016 Katherine Whitlock

Author
Katherine Whitlock (toroidalcode)