OTest2
A C++ testing framework
|
Go to the documentation of this file.
20 #ifndef OTest2_INCLUDE_OTEST2_TESTMARKFORMATTERIOS_H_
21 #define OTest2_INCLUDE_OTEST2_TESTMARKFORMATTERIOS_H_
39 const std::string& prefix_,
40 const std::string& label_,
45 virtual void setTextForeground(
47 virtual void setTextStyle(
49 virtual void resetTextAttributes();
66 const std::string& prefix_);
75 const std::string& label_,
77 int indent_)
override;
79 const std::string& label_,
81 int indent_)
override;
83 const std::string& label_,
85 int indent_)
override;
87 const std::string& label_,
89 int indent_)
override;
91 const std::string& label_,
93 int indent_)
override;
95 const std::string& label_,
97 int indent_)
override;
Style
Style of shown text.
Color
List of colors supported by the reporters.
Generic interface of a test mark node.