Versions in this module Expand all Collapse all v0 v0.3.2 Dec 30, 2025 Changes in this version + func CreateMockRegistration(t *testing.T, name string, cf func(o *device.CreateOptions) usb.Device, ...) api.DeviceRegistration + func ExecCmd(t *testing.T, addr string, cmd string) string + func ExecuteLine(t *testing.T, r *api.Router, data string) string + func StartAPIServer(t *testing.T, register func(r *api.Router, s *usb.Server, apiSrv *api.Server)) (addr string, srv *usb.Server, done func())