| 15846 | Catch::Colour::Code dimColour() { return Catch::Colour::FileName; } |
| 15847 | |
| 15848 | std::string bothOrAll( std::size_t count ) { |
| 15849 | return count == 1 ? std::string() : |
| 15850 | count == 2 ? "both " : "all " ; |
| 15851 | } |
| 15852 | |
| 15853 | } // anon namespace |
| 15854 |