mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 02:57:49 +00:00
Merge pull request #24 from Telecominfraproject/WIFI-1397-2
WIFI-1397 fix unit test
This commit is contained in:
@@ -30,6 +30,8 @@ import com.telecominfraproject.wlan.client.models.events.utils.WlanStatusCode;
|
|||||||
import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherInterface;
|
import com.telecominfraproject.wlan.cloudeventdispatcher.CloudEventDispatcherInterface;
|
||||||
import com.telecominfraproject.wlan.equipment.EquipmentServiceInterface;
|
import com.telecominfraproject.wlan.equipment.EquipmentServiceInterface;
|
||||||
import com.telecominfraproject.wlan.opensync.external.integration.OpensyncExternalIntegrationCloud;
|
import com.telecominfraproject.wlan.opensync.external.integration.OpensyncExternalIntegrationCloud;
|
||||||
|
import com.telecominfraproject.wlan.profile.ProfileServiceInterface;
|
||||||
|
|
||||||
import sts.OpensyncStats.EventReport.DhcpNakEvent;
|
import sts.OpensyncStats.EventReport.DhcpNakEvent;
|
||||||
import sts.OpensyncStats.EventReport.DhcpOfferEvent;
|
import sts.OpensyncStats.EventReport.DhcpOfferEvent;
|
||||||
import sts.OpensyncStats.EventReport.DhcpRequestEvent;
|
import sts.OpensyncStats.EventReport.DhcpRequestEvent;
|
||||||
@@ -57,6 +59,9 @@ public class RealtimeEventPublisherTest {
|
|||||||
|
|
||||||
@MockBean
|
@MockBean
|
||||||
private EquipmentServiceInterface equipmentServiceInterface;
|
private EquipmentServiceInterface equipmentServiceInterface;
|
||||||
|
|
||||||
|
@MockBean
|
||||||
|
private ProfileServiceInterface profileServiceInterface;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
RealtimeEventPublisher realtimeEventPublisher;
|
RealtimeEventPublisher realtimeEventPublisher;
|
||||||
|
|||||||
Reference in New Issue
Block a user