| 15023 | Catch::Colour::Code dimColour() { return Catch::Colour::FileName; } |
| 15024 | |
| 15025 | std::string bothOrAll( std::size_t count ) { |
| 15026 | return count == 1 ? std::string() : |
| 15027 | count == 2 ? "both " : "all " ; |
| 15028 | } |
| 15029 | |
| 15030 | } // anon namespace |
| 15031 |