OTest2
A C++ testing framework
|
#include <cstdint>
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... | |