示例#1
0
 public void IsRunOK_Test1()
 {
     m_CellSuite = new CellSearchSuite(m_DM, m_LinkLossCalc, appContext, new Huawei.UNet.Prediction.LTE.Control.UpdateProgress(this.UpdateProgress));
     m_CellSuite.Run();
     m_Calc = new BinSearchSuite(m_DM, appContext, new Huawei.UNet.Prediction.LTE.Control.UpdateProgress(this.UpdateProgress), m_LinkLossCalc);
     m_Calc.Run();
     Assert.AreEqual(-9500, Convert.ToInt16(m_DM.CaseDataMgr.CalMatrixStructArr[0].DL_PBCH_RP[11]));
 }