OTest2
A C++ testing framework
|
Go to the documentation of this file.
20 #ifndef OTest2__INCLUDE_OTEST2_TERMINALDRIVER_H_
21 #define OTest2__INCLUDE_OTEST2_TERMINALDRIVER_H_
69 std::streambuf& buffer_,
79 std::streambuf& buffer_,
89 std::streambuf& buffer_,
99 std::streambuf& buffer_);
Style
Style of shown text.
void cleanAttributes(std::streambuf &buffer_)
Clean all previously set terminal attributes.
void setTextStyle(std::streambuf &buffer_, Style style_)
Change the text style.
TerminalDriver(const TerminalDriver &)=delete
TerminalDriver & operator=(const TerminalDriver &)=delete
Color
List of colors supported by the reporters.
void setBackground(std::streambuf &buffer_, Color color_)
Set background color.
void setForeground(std::streambuf &buffer_, Color color_)
Change the foreground color of the text.