C++Spec 1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CCppSpec::Formatters::BaseFormatter
 CCppSpec::Formatters::JUnitXML
 CCppSpec::Formatters::Progress
 CCppSpec::Formatters::TAP
 CCppSpec::Formatters::Verbose
 CCppSpec::Matchers::BeWithinHelper< A, E >
 CCppSpec::Expectation< A >Wraps the target of an expectation
 CCppSpec::ExpectationValue< A >
 CCppSpec::Expectation< decltype(std::declval< F >()())>
 CCppSpec::ExpectationFunc< F >
 CCppSpec::LetBaseBase class for lets to abstract away the template arguments
 CCppSpec::Let< T >A container that memoizes the result of a block in `it's
 CCppSpec::NegativeExpectationHandlerHandles "negative" expectations (i.e. negated with '.not_()
 CCppSpec::PositiveExpectationHandlerHandles "positive" expectations (i.e. non-negated)
 CCppSpec::PrettyA helper base class that assists in pretty-printing various objects
 CCppSpec::Matchers::MatcherBase< A, E >
 CCppSpec::Matchers::BeBetween< A, E >
 CCppSpec::Matchers::BeGreaterThan< A, E >
 CCppSpec::Matchers::BeLessThan< A, E >
 CCppSpec::Matchers::BeWithin< A, E >
 CCppSpec::Matchers::ContainBase< A, E, U >
 CCppSpec::Matchers::Contain< A, E, U >
 CCppSpec::Matchers::EndWith< A, E >
 CCppSpec::Matchers::Equal< A, E >The equal matcher
 CCppSpec::Matchers::StartWith< A, E >
 CCppSpec::Matchers::MatcherBase< A, std::nullptr_t >
 CCppSpec::Matchers::BeNullptr< A >
 CCppSpec::Matchers::MatcherBase< A, U >
 CCppSpec::Matchers::ContainBase< A, U, U >
 CCppSpec::Matchers::Contain< A, U, U >
 CCppSpec::Matchers::Contain< A, U, U >
 CCppSpec::Matchers::MatcherBase< A, void * >
 CCppSpec::Matchers::Fail< A >
 CCppSpec::Matchers::Throw< A, Ex >
 CCppSpec::Matchers::MatcherBase< A, std::string >
 CCppSpec::Matchers::FailWith< A >
 CCppSpec::Matchers::MatcherBase< T, void * >
 CCppSpec::Matchers::HaveError< T >
 CCppSpec::Matchers::HaveValue< T >
 CCppSpec::Matchers::MatcherBase< T, E >
 CCppSpec::Matchers::Equal< T, E >
 CCppSpec::Matchers::HaveValueEqualTo< T, E >
 CCppSpec::Matchers::HaveErrorEqualTo< T, E >
 CCppSpec::Matchers::MatcherBase< A, std::regex >
 CCppSpec::Matchers::Match< A >
 CCppSpec::Matchers::MatchPartial< A >
 CCppSpec::Matchers::MatcherBase< A, bool >
 CCppSpec::Matchers::Satisfy< A >
 CCppSpec::Matchers::MatcherBase< Actual, Expected >Base class for all Matcher classes and objects
 CCppSpec::Formatters::JUnitNodes::Result
 CCppSpec::Result
 CCppSpec::RunnableBase class for all objects in the execution tree
 CCppSpec::Description
 CCppSpec::ClassDescription< T >A Description with a defined subject
 CCppSpec::ItBaseBase class for it expressions
 CCppSpec::ItCD< T >An it embedded in a ClassDescription
 CCppSpec::ItDAn it embedded in a Description
 CCppSpec::RunnerA collection of Descriptions that are run in sequence
 CCppSpec::Formatters::JUnitNodes::TestCase
 CCppSpec::Formatters::JUnitNodes::TestSuite
 CCppSpec::Formatters::JUnitNodes::TestSuites
 CCppSpec::Util::verbose_assert< result >Helper class for static assertions that has a built-in error string