UsbResetRunConfigRecovery
public
class
UsbResetRunConfigRecovery
extends RunConfigDeviceRecovery
Allow to trigger a command to reset the USB of a device
Summary
Public methods |
boolean
|
shouldSkip(IManagedTestDevice device)
Extra chance to skip the recovery on a given device by doing extra checks.
|
Public constructors
UsbResetRunConfigRecovery
public UsbResetRunConfigRecovery ()
Public methods
shouldSkip
public boolean shouldSkip (IManagedTestDevice device)
Extra chance to skip the recovery on a given device by doing extra checks.
Returns |
boolean |
True if recovery should be skipped.
|