MCPcopy Create free account
hub / github.com/cirquit/trdrop / addFilter

Method addFilter

ext/catch.hpp:3702–3707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3700 m_mode = None;
3701 }
3702 void addFilter() {
3703 if( !m_currentFilter.m_patterns.empty() ) {
3704 m_testSpec.m_filters.push_back( m_currentFilter );
3705 m_currentFilter = TestSpec::Filter();
3706 }
3707 }
3708 };
3709 inline TestSpec parseTestSpec( std::string const& arg ) {
3710 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec();

Callers

nothing calls this directly

Calls 2

FilterClass · 0.85
emptyMethod · 0.80

Tested by

no test coverage detected