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

Contains the base class for all Matchers. More...

#include <source_location>
#include <string>
#include "expectations/handler.hpp"
#include "it_base.hpp"
#include "pretty_matchers.hpp"
Include dependency graph for matcher_base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CppSpec::Matchers::MatcherBase< Actual, Expected >
 the base class for all Matcher classes and objects More...
 

Detailed Description

Contains the base class for all Matchers.

Copyright 2016 Katherine Whitlock

Author
Katherine Whitlock (toroidalcode)