cipra  1.2.1
A C++11 Unit Testing Framework based on Test::More
 All Classes Namespaces Functions Variables Typedefs Pages
Namespaces | Classes
cipra Namespace Reference

Holds all symbols in the cipra Unit Testing Framework. More...

Namespaces

 tap13
 Holds symbols related to printing out TAP version 13 output.
 

Classes

class  counter
 Manages the test numbers in test output. More...
 
struct  equals_trait
 A type trait that users can specialize to tell how to equality compare two different types. More...
 
struct  print_trait
 A type trait that users can specialize to tell how to stream an object to a std::ostream. More...
 
class  fixture
 The base class for any test fixtures. More...
 

Detailed Description

Holds all symbols in the cipra Unit Testing Framework.