Added method to test device manager

This commit is contained in:
Milan Perera 2017-05-09 14:44:01 +05:30
parent 17ecadb913
commit 53f2c555c4

View File

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