Searched refs:MockLed (Results 1 – 1 of 1) sorted by relevance
44 class MockLed : public phosphor::led::SysfsLed class48 MockLed() : SysfsLed(createSandbox()) {} in MockLed() function in MockLed49 MockLed(MockLed& other) = delete;50 MockLed(MockLed&& other) = delete;51 MockLed& operator=(MockLed& other) = delete;52 MockLed&& operator=(MockLed&& other) = delete;54 ~MockLed() override in ~MockLed()79 auto led = std::make_unique<NiceMock<MockLed>>(); in TEST()89 auto led = std::make_unique<NiceMock<MockLed>>(); in TEST()101 auto led = std::make_unique<NiceMock<MockLed>>(); in TEST()[all …]