mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix test failures
This commit is contained in:
parent
d03dc54e8d
commit
4ca700d873
@ -20,6 +20,7 @@ package org.wso2.carbon.mdm.services.android.mocks;
|
||||
|
||||
import org.wso2.carbon.device.mgt.common.Device;
|
||||
import org.wso2.carbon.device.mgt.common.DeviceIdentifier;
|
||||
import org.wso2.carbon.device.mgt.common.DeviceTransferRequest;
|
||||
import org.wso2.carbon.device.mgt.common.EnrolmentInfo;
|
||||
import org.wso2.carbon.device.mgt.common.FeatureManager;
|
||||
import org.wso2.carbon.device.mgt.common.MonitoringOperation;
|
||||
@ -661,4 +662,10 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
AmbiguousConfigurationException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> transferDeviceToTenant(DeviceTransferRequest deviceTransferRequest)
|
||||
throws DeviceManagementException, DeviceNotFoundException {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user