Esempio n. 1
0
        public void GetLicenseApplicationsTest()
        {
            IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();

            Assert.IsInstanceOfType(target.GetLicenseApplications(), typeof(IGRSS.DataAccessLayer.LicenseApplication.LicenseApplicationDataTable), "IGRSS.BusinessLogicLayer.LicenseApplication.GetCompleteLicenseDetails did not ret" +
                                    "urn the expected value.");
        }
Esempio n. 2
0
        public void GetLicenseApplicationsTest()
        {
            IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();

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