Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derceg/explorerplusplus
/ TestCompareIdls
Function
TestCompareIdls
Explorer++/TestHelper/TestShellHelper.cpp:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
void TestCompareIdls(LPCITEMIDLIST pidl1, LPCITEMIDLIST pidl2, BOOL bExpected)
106
{
107
BOOL bRet = CompareIdls(pidl1, pidl2);
108
EXPECT_EQ(bExpected, bRet);
109
}
110
111
TEST(CompareIdls, Same)
112
{
Callers
1
TEST
Function · 0.85
Calls
1
CompareIdls
Function · 0.85
Tested by
no test coverage detected