Пример #1
0
        public void GetDepartmentMasterDetailsByDepartmentIdTest()
        {
            IGRSS.BusinessLogicLayer.Employee target = new IGRSS.BusinessLogicLayer.Employee();
            Guid DepartmentId = new Guid("1ce959b5-27e2-489b-9d9e-3ef09110b66c");

            Assert.IsInstanceOfType(target.GetDepartmentMasterDetails(), typeof(IGRSS.DataAccessLayer.Employee.DepartmentMasterDataTable), "IGRSS.BusinessLogicLayer.Employee.DeleteEmployeeQualification did not return the " +
                                    "expected value.");
        }
Пример #2
0
 public void GetDepartmentMasterDetailsTest()
 {
     IGRSS.BusinessLogicLayer.Employee target = new IGRSS.BusinessLogicLayer.Employee();
     Assert.IsInstanceOfType(target.GetDepartmentMasterDetails(), typeof(IGRSS.DataAccessLayer.Employee.DepartmentMasterDataTable), "IGRSS.BusinessLogicLayer.Employee.DeleteEmployeeQualification did not return the " +
             "expected value.");
 }
Пример #3
0
 public void GetDepartmentMasterDetailsTest()
 {
     IGRSS.BusinessLogicLayer.Employee target = new IGRSS.BusinessLogicLayer.Employee();
     Assert.IsInstanceOfType(target.GetDepartmentMasterDetails(), typeof(IGRSS.DataAccessLayer.Employee.DepartmentMasterDataTable), "IGRSS.BusinessLogicLayer.Employee.DeleteEmployeeQualification did not return the " +
                             "expected value.");
 }
Пример #4
0
 public void GetDepartmentMasterDetailsByDepartmentIdTest()
 {
     IGRSS.BusinessLogicLayer.Employee target = new IGRSS.BusinessLogicLayer.Employee();
     Guid DepartmentId = new Guid("1ce959b5-27e2-489b-9d9e-3ef09110b66c");
     Assert.IsInstanceOfType(target.GetDepartmentMasterDetails(), typeof(IGRSS.DataAccessLayer.Employee.DepartmentMasterDataTable), "IGRSS.BusinessLogicLayer.Employee.DeleteEmployeeQualification did not return the " +
             "expected value.");
 }