| 14324 | namespace Catch { |
| 14325 | |
| 14326 | TestSpec::Pattern::Pattern( std::string const& name ) |
| 14327 | : m_name( name ) |
| 14328 | {} |
| 14329 | |
| 14330 | TestSpec::Pattern::~Pattern() = default; |
| 14331 |
nothing calls this directly
no outgoing calls
no test coverage detected