| 12058 | stream << getLineOfChars<'.'>() << '\n'; |
| 12059 | } |
| 12060 | void ConsoleReporter::printOpenHeader(std::string const& _name) { |
| 12061 | stream << getLineOfChars<'-'>() << '\n'; |
| 12062 | { |
| 12063 | Colour colourGuard(Colour::Headers); |
| 12064 | printHeaderString(_name); |
| 12065 | } |
| 12066 | } |
| 12067 | |
| 12068 | // if string has a : in first line will set indent to follow it on |
| 12069 | // subsequent lines |
nothing calls this directly
no outgoing calls
no test coverage detected