Added method to test device manager

revert-70aa11f8
Milan Perera 8 years ago
parent 17ecadb913
commit 53f2c555c4

@ -121,4 +121,9 @@ public class TestDeviceManager implements DeviceManager {
return false;
}
@Override
public PlatformConfiguration getDefaultConfiguration() throws DeviceManagementException {
return null;
}
}

Loading…
Cancel
Save