示例#1
0
文件: NunitTest.cs 项目: sywymj/NCMS
 public void UpLoadFee()
 {
     HisComponent hisComponent = new HisComponent();
     int iHr=hisComponent.JzdToNhFeeListByZyh(45094);
     Assert.AreEqual(0, iHr);
     var errors=hisComponent.ProcessFeeListByZyh(45094, true);
     Assert.AreEqual(errors.Count(), 0);
 }
示例#2
0
文件: NunitTest.cs 项目: sywymj/NCMS
        public void UpLoadFee()
        {
            HisComponent hisComponent = new HisComponent();
            int          iHr          = hisComponent.JzdToNhFeeListByZyh(45094);

            Assert.AreEqual(0, iHr);
            var errors = hisComponent.ProcessFeeListByZyh(45094, true);

            Assert.AreEqual(errors.Count(), 0);
        }