Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenCppCoverage/OpenCppCoverage
/ ASSERT_NO_THROW
Function
ASSERT_NO_THROW
CppCoverageTest/StartInfoTest.cpp:39–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
TEST(StartInfoTest, Constructor)
38
{
39
ASSERT_NO_THROW(cov::StartInfo s{ validFilename };);
40
}
41
42
//-------------------------------------------------------------------------
43
TEST(StartInfoTest, SetWorkingDirectoryNotExists)
Callers
7
TEST
Function · 0.85
TEST
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected