Add multiple location update related test

revert-dabc3590
inoshperera 4 years ago
parent a81003eec8
commit 4a6fa61450

@ -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{
}
}

Loading…
Cancel
Save