public IntraFreqHoController(IntraFreqHoService service) { _service = service; }
public void Test_ENodebQuery(int eNodebId) { var service = new IntraFreqHoService(_zteMeasurementRepository.Object, _zteGroupRepository, _zteCellGroupRepository, _huaweiCellHoRepository, _huaweiENodebHoRepository.Object, _huaweiCellRepository, _eNodebRepository.Object); var result = service.QueryENodebHo(eNodebId); Assert.IsNotNull(result); }