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

Function TEST_F

dependencies/hueplusplus-1.0.0/test/test_Scene.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153};
154
155TEST_F(SceneTest, Constructor)
156{
157 const std::string id = "asd89263";
158 expectGetState(id);
159 const Scene scene(id, commands, std::chrono::seconds(0), nullptr);
160 EXPECT_EQ(id, scene.getId());
161}
162
163TEST_F(SceneTest, getName)
164{

Callers

nothing calls this directly

Calls 15

parseUTCTimestampFunction · 0.85
LightStateBuilderClass · 0.85
to_stringFunction · 0.85
getBridgeUsernameFunction · 0.85
getBridgeIpFunction · 0.85
getBridgePortFunction · 0.85
getGroupIdMethod · 0.80
getRecycleMethod · 0.80
isLockedMethod · 0.80
getAppdataVersionMethod · 0.80
getAppdataMethod · 0.80
getPictureMethod · 0.80

Tested by

no test coverage detected