| 20 | SimpleFormatter() : FormatterBase() {} |
| 21 | |
| 22 | std::string make_help(const CLI::App *, std::string, CLI::AppFormatMode) const override { |
| 23 | return "This is really simple"; |
| 24 | } |
| 25 | }; |
| 26 | |
| 27 | TEST_CASE("Formatter: Nothing", "[formatter]") { |
nothing calls this directly
no outgoing calls
no test coverage detected