MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / TEST_F

Function TEST_F

dependencies/hueplusplus-1.0.0/test/test_BaseDevice.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66};
67
68TEST_F(BaseDeviceTest, getId)
69{
70 const int id = 1;
71 EXPECT_EQ(id, getDevice(id).getId());
72}
73
74TEST_F(BaseDeviceTest, getName)
75{

Callers

nothing calls this directly

Calls 13

getBridgeUsernameFunction · 0.85
getBridgeIpFunction · 0.85
getBridgePortFunction · 0.85
getUIdMethod · 0.80
getManufacturernameMethod · 0.80
getProductnameMethod · 0.80
getSwVersionMethod · 0.80
getIdMethod · 0.45
getNameMethod · 0.45
getTypeMethod · 0.45
getModelIdMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected