Printer of testmarks.
More...
#include <testmarkprinter.h>
Printer of testmarks.
Definition at line 35 of file testmarkprinter.h.
◆ TestMarkPrinter() [1/2]
Ctor.
- Parameters
-
[in] | array_ | An injected testmark array. The ownership is not taken. |
[out] | index_ | A variable keeping current index in the array. Client code can observe current index. Client code must not change the value! |
Definition at line 131 of file testmarkprinter.cpp.
◆ ~TestMarkPrinter()
OTest2::TestMarkPrinter::~TestMarkPrinter |
( |
| ) |
|
◆ TestMarkPrinter() [2/2]
◆ operator=()
◆ printAdded()
Print added line.
- Parameters
-
formatter_ | A testmark formatter |
- Returns
- True if there are next items in the array
Definition at line 154 of file testmarkprinter.cpp.
◆ printDeleted()
Print deleted line.
- Parameters
-
formatter_ | A testmark formatter |
- Returns
- True if there are next items in the array
Definition at line 148 of file testmarkprinter.cpp.
◆ printLine()
Print current line into a stream.
- Parameters
-
formatter_ | A testmark formatter |
- Returns
- True if there are next items in the array
Definition at line 142 of file testmarkprinter.cpp.
◆ skipLine()
Skip current line.
- Parameters
-
os_ | The output stream. Although the line is skipped some closed nodes may be printed. |
- Returns
- True if there are next items in the array
Definition at line 160 of file testmarkprinter.cpp.
The documentation for this class was generated from the following files: