Colour::LightGrey
| 11213 | |
| 11214 | // Colour::LightGrey |
| 11215 | Catch::Colour::Code dimColour() { |
| 11216 | return Catch::Colour::FileName; |
| 11217 | } |
| 11218 | |
| 11219 | std::string bothOrAll(std::size_t count) { |
| 11220 | return count == 1 ? std::string() : count == 2 ? "both " : "all "; |
no outgoing calls
no test coverage detected