Testmark formatter working with the assertion stream.
More...
#include <testmarkformatterassert.h>
|
| | TestMarkFormatterAssert (const TestMarkFormatterAssert &)=delete |
| |
| TestMarkFormatterAssert & | operator= (const TestMarkFormatterAssert &)=delete |
| |
| | TestMarkFormatterAssert (AssertStream *stream_, const std::string &prefix_) |
| | Ctor. More...
|
| |
| virtual | ~TestMarkFormatterAssert () |
| | Dtor. More...
|
| |
| | TestMarkFormatterIOS (const TestMarkFormatterIOS &)=delete |
| |
| TestMarkFormatterIOS & | operator= (const TestMarkFormatterIOS &)=delete |
| |
| | TestMarkFormatterIOS (std::ostream *os_, const std::string &prefix_) |
| | Ctor. More...
|
| |
| virtual | ~TestMarkFormatterIOS () |
| | Dtor. More...
|
| |
| virtual void | openMark (const std::string &label_, const TestMark *mark_, int indent_) override |
| | Print opening of a testmark. More...
|
| |
| virtual void | closeMark (const std::string &label_, const TestMark *mark_, int indent_) override |
| | Print closing of a testmark. More...
|
| |
| virtual void | openDeleted (const std::string &label_, const TestMark *mark_, int indent_) override |
| | Print opening of a deleted testmark. More...
|
| |
| virtual void | closeDeleted (const std::string &label_, const TestMark *mark_, int indent_) override |
| | Print closing of a deleted testmark. More...
|
| |
| virtual void | openAdded (const std::string &label_, const TestMark *mark_, int indent_) override |
| | Print opening of an added testmark. More...
|
| |
| virtual void | closeAdded (const std::string &label_, const TestMark *mark_, int indent_) override |
| | Print closing of an added testmark. More...
|
| |
| virtual void | printSeparator () override |
| | Print separator (used for unchanged blocks) More...
|
| |
| | TestMarkFormatter (const TestMarkFormatter &)=delete |
| |
| TestMarkFormatter & | operator= (const TestMarkFormatter &)=delete |
| |
| | TestMarkFormatter () |
| | Ctor. More...
|
| |
| virtual | ~TestMarkFormatter () |
| | Dtor. More...
|
| |
Testmark formatter working with the assertion stream.
Definition at line 33 of file testmarkformatterassert.h.
◆ TestMarkFormatterAssert() [1/2]
◆ TestMarkFormatterAssert() [2/2]
| OTest2::TestMarkFormatterAssert::TestMarkFormatterAssert |
( |
AssertStream * |
stream_, |
|
|
const std::string & |
prefix_ |
|
) |
| |
|
explicit |
Ctor.
- Parameters
-
| stream_ | The assertion stream. The ownership is not taken. |
| prefix_ | A prefix prepended to each line |
Definition at line 28 of file testmarkformatterassert.cpp.
◆ ~TestMarkFormatterAssert()
| OTest2::TestMarkFormatterAssert::~TestMarkFormatterAssert |
( |
| ) |
|
|
virtualdefault |
◆ operator=()
The documentation for this class was generated from the following files: