MCPcopy 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
105void TestCompareIdls(LPCITEMIDLIST pidl1, LPCITEMIDLIST pidl2, BOOL bExpected)
106{
107 BOOL bRet = CompareIdls(pidl1, pidl2);
108 EXPECT_EQ(bExpected, bRet);
109}
110
111TEST(CompareIdls, Same)
112{

Callers 1

TESTFunction · 0.85

Calls 1

CompareIdlsFunction · 0.85

Tested by

no test coverage detected