Exemplo n.º 1
0
        public void DeleteVendordetailTest()
        {
            IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();
            Guid LicenseApplicationId = new Guid("2065eefc-1a3e-44ff-9d7d-5a863ad23393"); // TODO: Initialize to an appropriate value

            Assert.AreEqual(true, target.DeleteVendordetail(LicenseApplicationId), "IGRSS.BusinessLogicLayer.LicenseApplication.ApprovedVendorLicense did not return " +
                     "the expected value.");
        }
Exemplo n.º 2
0
        public void DeleteVendordetailTest()
        {
            IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();
            Guid LicenseApplicationId = new Guid("2065eefc-1a3e-44ff-9d7d-5a863ad23393"); // TODO: Initialize to an appropriate value

            Assert.AreEqual(true, target.DeleteVendordetail(LicenseApplicationId), "IGRSS.BusinessLogicLayer.LicenseApplication.ApprovedVendorLicense did not return " +
                            "the expected value.");
        }