Exemplo n.º 1
0
        public void GetvendordetailByAppNumberTest()
        {
            IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();
            string ApplnNumber = "exam002";

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

            Assert.IsInstanceOfType(target.GetvendordetailByAppNumber(ApplnNumber),typeof(IGRSS.DataAccessLayer.LicenseApplication.LicenseApplicationDataTable), "IGRSS.BusinessLogicLayer.LicenseApplication.GetCompleteLicenseDetails did not ret" +
                    "urn the expected value.");
        }