| 26 | ~TestDevice() final = default; |
| 27 | |
| 28 | Type getType() const final { return type; } |
| 29 | std::string getName() const final { return name; } |
| 30 | std::string getDescription() const final { return description; } |
| 31 | }; |
no outgoing calls
no test coverage detected