Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OFFTKP/felix86
/ parseTestSpec
Function
parseTestSpec
external/Catch2/tests/SelfTest/helpers/parse_test_spec.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
namespace Catch {
15
16
TestSpec parseTestSpec( std::string const& arg ) {
17
return TestSpecParser( ITagAliasRegistry::get() )
18
.parse( arg )
19
.testSpec();
20
}
21
22
} // namespace Catch
Callers
1
TestSpec.tests.cpp
File · 0.50
Calls
4
TestSpecParser
Class · 0.50
get
Function · 0.50
testSpec
Method · 0.45
parse
Method · 0.45
Tested by
no test coverage detected