Add multiple location update related test

This commit is contained in:
inoshperera 2020-06-22 09:22:37 +05:30
parent a81003eec8
commit 4a6fa61450

View File

@ -60,4 +60,10 @@ public class DeviceInformationManagerServiceMock implements DeviceInformationMan
public int publishEvents(String s, String s1, String s2, String s3) throws DeviceDetailsMgtException {
return 0;
}
@Override
public void addDeviceLocations(Device device, List<DeviceLocation> deviceLocations) throws
DeviceDetailsMgtException{
}
}