MCPcopy 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

12namespace toft {
13
14TEST(ThisProcess, BinaryPath)
15{
16 EXPECT_TRUE(StringEndsWith(ThisProcess::BinaryPath(), "/this_process_test"));
17}
18
19TEST(ThisProcess, BinaryName)
20{

Callers

nothing calls this directly

Calls 1

StringEndsWithFunction · 0.85

Tested by

no test coverage detected