Example #1
0
        public void DeleteLicenseDetailsTest()
        {
            IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
            Guid LicenseApplicationId = new Guid("0f358fd5-f296-43e7-a562-13a33b2367b7"); // TODO: Initialize to an appropriate value

            Assert.AreEqual(true, target.DeleteLicenseDetails(LicenseApplicationId), "IGRSS.BusinessLogicLayer.LicenseMasterBLL.DeleteLicenseDetails did not return the" + " expected value.");
        }
Example #2
0
 public void CancelVendorLicensesTest()
 {
     IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
     string LicenseNo ="pop345"; // TODO: Initialize to an appropriate value
     Assert.AreEqual(true, target.CancelVendorLicenses(LicenseNo), "IGRSS.BusinessLogicLayer.LicenseMasterBLL.CancelVendorLicenses did not return the" +
             " expected value.");
 }
Example #3
0
        public void CancelVendorLicensesTest()
        {
            IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
            string LicenseNo = "pop345"; // TODO: Initialize to an appropriate value

            Assert.AreEqual(true, target.CancelVendorLicenses(LicenseNo), "IGRSS.BusinessLogicLayer.LicenseMasterBLL.CancelVendorLicenses did not return the" +
                            " expected value.");
        }
Example #4
0
        public void GetLicensedetailByLicenseAppIDTest()
        {
            IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
            Guid LicenseApplicationId = new Guid("0f358fd5-f296-43e7-a562-13a33b2367b7"); // TODO: Initialize to an appropriate value

            Assert.IsInstanceOfType(target.GetLicensedetailByLicenseAppID(LicenseApplicationId), typeof(IGRSS.DataAccessLayer.LicenseMaster.LicenseMasterDataTable), "IGRSS.BusinessLogicLayer.LicenseMasterBLL.GetDataByLicenseNo did not return the e" +
                                    "xpected value.");
        }
Example #5
0
 public void GetLicensedetailByLicenseAppIDTest()
 {
     IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
     Guid LicenseApplicationId = new Guid("0f358fd5-f296-43e7-a562-13a33b2367b7"); // TODO: Initialize to an appropriate value
     Assert.IsInstanceOfType(target.GetLicensedetailByLicenseAppID(LicenseApplicationId), typeof(IGRSS.DataAccessLayer.LicenseMaster.LicenseMasterDataTable), "IGRSS.BusinessLogicLayer.LicenseMasterBLL.GetDataByLicenseNo did not return the e" +
             "xpected value.");
 }
Example #6
0
 public void GetDataByLicenseNoTest()
 {
     IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
     string LicenseNo ="pop345"; // TODO: Initialize to an appropriate value
      //   Assert.IsInstanceOfType(target.GetDataByLicenseNo(LicenseNo),typeof(IGRSS.DataAccessLayer.LicenseMaster.LicenseMasterDataTable),"IGRSS.BusinessLogicLayer.LicenseMasterBLL.GetDataByLicenseNo did not return the e" +   "xpected value.");
 }
Example #7
0
 public void DeleteLicenseDetailsTest()
 {
     IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
     Guid LicenseApplicationId = new Guid("0f358fd5-f296-43e7-a562-13a33b2367b7"); // TODO: Initialize to an appropriate value
     Assert.AreEqual(true, target.DeleteLicenseDetails(LicenseApplicationId), "IGRSS.BusinessLogicLayer.LicenseMasterBLL.DeleteLicenseDetails did not return the" +    " expected value.");
 }
Example #8
0
 public void GetLicensesTest()
 {
     IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
     Assert.IsInstanceOfType(target.GetLicenses(), typeof(IGRSS.DataAccessLayer.LicenseMaster.LicenseMasterDataTable), "IGRSS.BusinessLogicLayer.LicenseMasterBLL.GetDataByLicenseNo did not return the e" +
            "xpected value.");
 }
Example #9
0
 public void GetDataByLicenseNoTest()
 {
     IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
     string LicenseNo = "pop345"; // TODO: Initialize to an appropriate value
     //   Assert.IsInstanceOfType(target.GetDataByLicenseNo(LicenseNo),typeof(IGRSS.DataAccessLayer.LicenseMaster.LicenseMasterDataTable),"IGRSS.BusinessLogicLayer.LicenseMasterBLL.GetDataByLicenseNo did not return the e" +   "xpected value.");
 }
Example #10
0
 public void GetLicensesTest()
 {
     IGRSS.BusinessLogicLayer.LicenseMasterBLL target = new IGRSS.BusinessLogicLayer.LicenseMasterBLL();
     Assert.IsInstanceOfType(target.GetLicenses(), typeof(IGRSS.DataAccessLayer.LicenseMaster.LicenseMasterDataTable), "IGRSS.BusinessLogicLayer.LicenseMasterBLL.GetDataByLicenseNo did not return the e" +
                             "xpected value.");
 }