MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / TEST

Function TEST

tests/UnitTest/UtilityTest.cpp:13–19  ·  view source on GitHub ↗

Test GetXFromLPARAM with sample LPARAM

Source from the content-addressed store, hash-verified

11{
12 // Test GetXFromLPARAM with sample LPARAM
13 TEST(CUtilityTest, GetXFromLPARAM)
14 {
15 CUtility util;
16 LPARAM lp = MAKELPARAM(50, 100);
17 short x = util.GetXFromLPARAM(lp);
18 EXPECT_EQ(x, 50);
19 }
20
21 // Test GetYFromLPARAM with sample LPARAM
22 TEST(CUtilityTest, GetYFromLPARAM)

Callers

nothing calls this directly

Calls 10

GetXFromLPARAMMethod · 0.80
GetYFromLPARAMMethod · 0.80
DirExistMethod · 0.80
FileExistMethod · 0.80
FileSizeMethod · 0.80
GetFileNameMethod · 0.80
GetFileExtensionMethod · 0.80
GetTempFilePathMethod · 0.80
IsNumberMethod · 0.80
GetNumberMethod · 0.80

Tested by

no test coverage detected