Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ TEST
Function
TEST
system/process/this_process_test.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
namespace toft {
13
14
TEST(ThisProcess, BinaryPath)
15
{
16
EXPECT_TRUE(StringEndsWith(ThisProcess::BinaryPath(),
"/this_process_test"
));
17
}
18
19
TEST(ThisProcess, BinaryName)
20
{
Callers
nothing calls this directly
Calls
1
StringEndsWith
Function · 0.85
Tested by
no test coverage detected