| 11295 | Catch::Colour::Code dimColour() { return Catch::Colour::FileName; } |
| 11296 | |
| 11297 | std::string bothOrAll( std::size_t count ) { |
| 11298 | return count == 1 ? std::string() : |
| 11299 | count == 2 ? "both " : "all " ; |
| 11300 | } |
| 11301 | |
| 11302 | } // anon namespace |
| 11303 |