Exemplo n.º 1
0
        public void GetlicenseAppBylicenseAppIDTest()
        {
            IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();
            Guid LicenseApplicationId = new Guid("07d0b00b-34f4-48d6-8107-055bd21f7ec9"); // TODO: Initialize to an appropriate value

            Assert.IsInstanceOfType(target.GetCompleteLicenseDetails(LicenseApplicationId), typeof(IGRSS.DataAccessLayer.LicenseApplication.LicenseApplicationDataTable), "IGRSS.BusinessLogicLayer.LicenseApplication.GetCompleteLicenseDetails did not ret" +
                                    "urn the expected value.");
        }
Exemplo n.º 2
0
        public void GetCompleteLicenseDetailsTest()
        {
            IGRSS.BusinessLogicLayer.LicenseApplication target = new IGRSS.BusinessLogicLayer.LicenseApplication();
            Guid LicenseApplicationId = new Guid("07d0b00b-34f4-48d6-8107-055bd21f7ec9"); // TODO: Initialize to an appropriate value

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