Home
last modified time | relevance | path

Searched refs:parseTestSpec (Results 1 – 7 of 7) sorted by relevance

/external/catch2/projects/SelfTest/IntrospectiveTests/
DCmdLine.tests.cpp22 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 …]
/external/catch2/include/internal/
Dcatch_test_spec_parser.h67 TestSpec parseTestSpec( std::string const& arg );
Dcatch_test_spec_parser.cpp83 TestSpec parseTestSpec( std::string const& arg ) { in parseTestSpec() function
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt700 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 ==…
Dconsole.sw.approved.txt5065 CHECK( parseTestSpec( "*a" ).matches( tcA ) == true )
5102 CHECK( parseTestSpec( "a*" ).matches( tcA ) == true )
5139 CHECK( parseTestSpec( "*a*" ).matches( tcA ) == true )
/external/catch2/single_include/catch2/
Dcatch.hpp4633 TestSpec parseTestSpec( std::string const& arg );
12253 TestSpec parseTestSpec( std::string const& arg ) { in parseTestSpec() function
/external/bcc/tests/cc/
Dcatch.hpp3335 inline TestSpec parseTestSpec( std::string const& arg ) { in parseTestSpec() function