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

Function TEST_F

dependencies/hueplusplus-1.0.0/test/test_Schedule.cpp:57–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57TEST_F(ScheduleTest, Constructor)
58{
59 {
60 const int id = 13;
61 expectGetState(id);
62 const Schedule schedule(id, commands, std::chrono::seconds(0), nullptr);
63 EXPECT_EQ(id, schedule.getId());
64 Mock::VerifyAndClearExpectations(handler.get());
65 }
66 {
67 const int id = 0;
68 expectGetState(id);
69 const Schedule schedule(id, commands, std::chrono::seconds(0), nullptr);
70 EXPECT_EQ(id, schedule.getId());
71 Mock::VerifyAndClearExpectations(handler.get());
72 }
73}
74
75TEST_F(ScheduleTest, getName)
76{

Callers

nothing calls this directly

Calls 15

getBridgeUsernameFunction · 0.85
getBridgeIpFunction · 0.85
getBridgePortFunction · 0.85
AbsoluteVariedTimeClass · 0.85
getDescriptionMethod · 0.80
getCommandMethod · 0.80
getMethodMethod · 0.80
getTimeMethod · 0.80
toStringMethod · 0.80
getAutodeleteMethod · 0.80
setDescriptionMethod · 0.80
setCommandMethod · 0.80

Tested by

no test coverage detected