| 832 | }; |
| 833 | |
| 834 | struct AutoReg : NonCopyable { |
| 835 | AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrMethod, NameAndTags const& nameAndTags ) noexcept; |
| 836 | ~AutoReg(); |
| 837 | }; |
| 838 | |
| 839 | } // end namespace Catch |
| 840 |
nothing calls this directly
no outgoing calls
no test coverage detected