Fix real Usb Device references in Printer
All checks were successful
Build ptprnt / build (push) Successful in 3m5s
All checks were successful
Build ptprnt / build (push) Successful in 3m5s
This commit is contained in:
@@ -33,6 +33,7 @@ namespace libusbwrap {
|
||||
*/
|
||||
class MockUsbDeviceFactory : public IUsbDeviceFactory {
|
||||
public:
|
||||
MOCK_METHOD(bool, init, (), (override));
|
||||
MOCK_METHOD(std::vector<std::unique_ptr<IUsbDevice>>, findAllDevices, (), (override));
|
||||
MOCK_METHOD(std::vector<std::unique_ptr<IUsbDevice>>, findDevices, (uint16_t vid, uint16_t pid), (override));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user