C++Spec 1.0.0
BDD testing for C++
|
▼NCppSpec | |
▼NFormatters | |
▼NJUnitNodes | |
CResult | |
CTestCase | |
CTestSuite | |
CTestSuites | |
CBaseFormatter | |
CJUnitXML | |
CProgress | |
CTAP | |
CVerbose | |
▼NMatchers | |
CBeBetween | |
CBeGreaterThan | |
CBeLessThan | |
CBeNullptr | |
CBeWithin | |
CBeWithinHelper | |
CContain | |
CContain< A, U, U > | |
CContainBase | |
CEndWith | |
CEqual | The equal matcher |
CFail | |
CFailWith | |
CHaveError | |
CHaveErrorEqualTo | |
CHaveValue | |
CHaveValueEqualTo | |
CMatch | |
CMatcherBase | Base class for all Matcher classes and objects |
CMatchPartial | |
CSatisfy | |
CStartWith | |
CThrow | |
▼NUtil | |
Cverbose_assert | Helper class for static assertions that has a built-in error string |
CClassDescription | A Description with a defined subject |
CDescription | |
CExpectation | Wraps the target of an expectation |
CExpectationFunc | |
CExpectationValue | |
CItBase | Base class for it expressions |
CItCD | An it embedded in a ClassDescription |
CItD | An it embedded in a Description |
CLet | A container that memoizes the result of a block in `it's |
CLetBase | Base class for lets to abstract away the template arguments |
CNegativeExpectationHandler | Handles "negative" expectations (i.e. negated with '.not_() |
CPositiveExpectationHandler | Handles "positive" expectations (i.e. non-negated) |
CPretty | A helper base class that assists in pretty-printing various objects |
CResult | |
CRunnable | Base class for all objects in the execution tree |
CRunner | A collection of Descriptions that are run in sequence |