MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / addFilter

Method addFilter

tests/catch.hpp:12010–12015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12008 std::string TestSpecParser::subString() const { return m_arg.substr( m_start, m_pos - m_start ); }
12009
12010 void TestSpecParser::addFilter() {
12011 if( !m_currentFilter.m_patterns.empty() ) {
12012 m_testSpec.m_filters.push_back( m_currentFilter );
12013 m_currentFilter = TestSpec::Filter();
12014 }
12015 }
12016
12017 TestSpec parseTestSpec( std::string const& arg ) {
12018 return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec();

Callers

nothing calls this directly

Calls 2

FilterClass · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected