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

Function TEST_F

dependencies/hueplusplus-1.0.0/test/test_Group.cpp:76–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76TEST_F(GroupTest, Construtor)
77{
78 {
79 const int id = 12;
80 expectGetState(id);
81 Group group(id, commands, std::chrono::seconds(0), nullptr);
82 EXPECT_EQ(id, group.getId());
83 Mock::VerifyAndClearExpectations(handler.get());
84 }
85 {
86 const int id = 0;
87 expectGetState(id);
88 Group group(id, commands, std::chrono::seconds(0), nullptr);
89 EXPECT_EQ(id, group.getId());
90 Mock::VerifyAndClearExpectations(handler.get());
91 }
92}
93
94TEST_F(GroupTest, getName)
95{

Callers

nothing calls this directly

Calls 15

getBridgeUsernameFunction · 0.85
getBridgeIpFunction · 0.85
getBridgePortFunction · 0.85
getRoomTypeMethod · 0.80
getAllOnMethod · 0.80
getAnyOnMethod · 0.80
getActionOnMethod · 0.80
getActionBrightnessMethod · 0.80
getActionColorXYMethod · 0.80
getActionColorModeMethod · 0.80

Tested by

no test coverage detected