Exemplo n.º 1
0
        public void GetVendordetailByVendorNameTest()
        {
            IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();
            string NameOfApplicant = "testing";

            Assert.IsInstanceOfType(target.GetVendordetailByVendorName(NameOfApplicant), typeof(IGRSS.DataAccessLayer.LicenseApplication.LicenseApplicationDataTable), "IGRSS.BusinessLogicLayer.LicenseApplication.GetCompleteLicenseDetails did not ret" +
                                    "urn the expected value.");
        }
Exemplo n.º 2
0
 public void GetVendordetailByVendorNameTest()
 {
     IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();
     string NameOfApplicant ="testing";
     Assert.IsInstanceOfType(target.GetVendordetailByVendorName(NameOfApplicant), typeof(IGRSS.DataAccessLayer.LicenseApplication.LicenseApplicationDataTable), "IGRSS.BusinessLogicLayer.LicenseApplication.GetCompleteLicenseDetails did not ret" +
             "urn the expected value.");
 }