| 16320 | stream << getLineOfChars<'.'>() << '\n'; |
| 16321 | } |
| 16322 | void ConsoleReporter::printOpenHeader(std::string const& _name) { |
| 16323 | stream << getLineOfChars<'-'>() << '\n'; |
| 16324 | { |
| 16325 | Colour colourGuard(Colour::Headers); |
| 16326 | printHeaderString(_name); |
| 16327 | } |
| 16328 | } |
| 16329 | |
| 16330 | // if string has a : in first line will set indent to follow it on |
| 16331 | // subsequent lines |
nothing calls this directly
no outgoing calls
no test coverage detected