示例#1
0
 public void GetRenewalHistryTest()
 {
     IGRSS.BusinessLogicLayer.LicenseRenewal target =new  IGRSS.BusinessLogicLayer.LicenseRenewal();
     string LicenseNo ="pop345";
     Assert.IsInstanceOfType(target.GetRenewalHistry(LicenseNo), typeof(IGRSS.DataAccessLayer.LicenseReNewal.RenewLicenseDataTable), "IGRSS.BusinessLogicLayer.LicenseRenewal.GetRenewalHistry did not return the expec" +
             "ted value.");
 }
示例#2
0
 public void GetRenewalHistryByLICIDTest()
 {
     IGRSS.BusinessLogicLayer.LicenseRenewal target =new  IGRSS.BusinessLogicLayer.LicenseRenewal();
     Guid LicenseApplicationId = new Guid("0bebd78a-40c6-4b34-9edf-6119c6a5b593"); // TODO: Initialize to an appropriate value
     Assert.IsInstanceOfType(target.GetRenewalHistryByLICID(LicenseApplicationId), typeof(IGRSS.DataAccessLayer.LicenseReNewal.RenewLicenseDataTable), "IGRSS.BusinessLogicLayer.LicenseRenewal.GetRenewalHistry did not return the expec" +
             "ted value.");
 }
示例#3
0
        public void GetRenewalHistryByLICIDTest()
        {
            IGRSS.BusinessLogicLayer.LicenseRenewal target = new  IGRSS.BusinessLogicLayer.LicenseRenewal();
            Guid LicenseApplicationId = new Guid("0bebd78a-40c6-4b34-9edf-6119c6a5b593"); // TODO: Initialize to an appropriate value

            Assert.IsInstanceOfType(target.GetRenewalHistryByLICID(LicenseApplicationId), typeof(IGRSS.DataAccessLayer.LicenseReNewal.RenewLicenseDataTable), "IGRSS.BusinessLogicLayer.LicenseRenewal.GetRenewalHistry did not return the expec" +
                                    "ted value.");
        }
示例#4
0
        public void GetRenewalHistryTest()
        {
            IGRSS.BusinessLogicLayer.LicenseRenewal target = new  IGRSS.BusinessLogicLayer.LicenseRenewal();
            string LicenseNo = "pop345";

            Assert.IsInstanceOfType(target.GetRenewalHistry(LicenseNo), typeof(IGRSS.DataAccessLayer.LicenseReNewal.RenewLicenseDataTable), "IGRSS.BusinessLogicLayer.LicenseRenewal.GetRenewalHistry did not return the expec" +
                                    "ted value.");
        }