Searched refs:parseTestSpec (Results 1 – 7 of 7) sorted by relevance
22 using Catch::parseTestSpec;38 TestSpec spec = parseTestSpec( "" );45 TestSpec spec = parseTestSpec( "," );52 TestSpec spec = parseTestSpec( "b" );59 TestSpec spec = parseTestSpec( "\"b\"" );66 TestSpec spec = parseTestSpec( "b" );74 TestSpec spec = parseTestSpec( "*spaces" );80 CHECK( parseTestSpec( "*a" ).matches( tcA ) == true );83 TestSpec spec = parseTestSpec( "long*" );89 CHECK( parseTestSpec( "a*" ).matches( tcA ) == true );[all …]
67 TestSpec parseTestSpec( std::string const& arg );
83 TestSpec parseTestSpec( std::string const& arg ) { in parseTestSpec() function
700 CmdLine.tests.cpp:<line number>: passed: parseTestSpec( "*a" ).matches( tcA ) == true for: true == …706 CmdLine.tests.cpp:<line number>: passed: parseTestSpec( "a*" ).matches( tcA ) == true for: true == …712 CmdLine.tests.cpp:<line number>: passed: parseTestSpec( "*a*" ).matches( tcA ) == true for: true ==…
5065 CHECK( parseTestSpec( "*a" ).matches( tcA ) == true )5102 CHECK( parseTestSpec( "a*" ).matches( tcA ) == true )5139 CHECK( parseTestSpec( "*a*" ).matches( tcA ) == true )
4633 TestSpec parseTestSpec( std::string const& arg );12253 TestSpec parseTestSpec( std::string const& arg ) { in parseTestSpec() function
3335 inline TestSpec parseTestSpec( std::string const& arg ) { in parseTestSpec() function