OTest2
A C++ testing framework
Namespaces | Enumerations
reporterattributes.h File Reference
#include <cstdint>
Include dependency graph for reporterattributes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OTest2
 

Enumerations

enum  OTest2::Color : std::uint8_t {
  OTest2::Color::BLACK = 0, OTest2::Color::RED, OTest2::Color::GREEN, OTest2::Color::YELLOW,
  OTest2::Color::BLUE, OTest2::Color::MAGENTA, OTest2::Color::CYAN, OTest2::Color::WHITE
}
 List of colors supported by the reporters. More...
 
enum  OTest2::Style : std::uint8_t { OTest2::Style::NORMAL = 0, OTest2::Style::BOLD, OTest2::Style::DIM }
 Style of shown text. More...