Exemplo 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.");
        }
Exemplo 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.");
        }