| 3884 | } |
| 3885 | |
| 3886 | static std::set<Verbosity> getSupportedVerbosities() { |
| 3887 | return { Verbosity::Normal }; |
| 3888 | } |
| 3889 | |
| 3890 | void testRunStarting( TestRunInfo const& ) override {} |
| 3891 | void testGroupStarting( GroupInfo const& ) override {} |
nothing calls this directly
no outgoing calls
no test coverage detected