| 16 | public: |
| 17 | |
| 18 | TestDevice(hal::Device::Type type, std::string name, std::string description) : |
| 19 | type(type), |
| 20 | name(std::move(name)), |
| 21 | description(std::move(description)) |
| 22 | {} |
| 23 | |
| 24 | TestDevice() : TestDevice(hal::Device::Type::Power, "PowerMock", "PowerMock description") {} |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected