Ejemplo n.º 1
0
        public void GetDesignationMasterDetailsByIdTest()
        {
            IGRSS.BusinessLogicLayer.Employee target = new IGRSS.BusinessLogicLayer.Employee();
            Guid DesignationID = new Guid("3c1c2323-c442-46ec-830c-90229d02ab1c"); // TODO: Initialize to an appropriate value

            Assert.IsInstanceOfType(target.GetDesignationMasterDetails(), typeof(IGRSS.DataAccessLayer.Employee.DesignationMasterDataTable), "IGRSS.BusinessLogicLayer.Employee.DeleteEmployeeQualification did not return the " +
                                    "expected value.");
        }
Ejemplo n.º 2
0
 public void GetDesignationMasterDetailsTest()
 {
     IGRSS.BusinessLogicLayer.Employee target = new IGRSS.BusinessLogicLayer.Employee();
     Assert.IsInstanceOfType(target.GetDesignationMasterDetails(), typeof(IGRSS.DataAccessLayer.Employee.DesignationMasterDataTable), "IGRSS.BusinessLogicLayer.Employee.DeleteEmployeeQualification did not return the " +
            "expected value.");
 }
Ejemplo n.º 3
0
 public void GetDesignationMasterDetailsTest()
 {
     IGRSS.BusinessLogicLayer.Employee target = new IGRSS.BusinessLogicLayer.Employee();
     Assert.IsInstanceOfType(target.GetDesignationMasterDetails(), typeof(IGRSS.DataAccessLayer.Employee.DesignationMasterDataTable), "IGRSS.BusinessLogicLayer.Employee.DeleteEmployeeQualification did not return the " +
                             "expected value.");
 }
Ejemplo n.º 4
0
 public void GetDesignationMasterDetailsByIdTest()
 {
     IGRSS.BusinessLogicLayer.Employee target = new IGRSS.BusinessLogicLayer.Employee();
     Guid DesignationID = new Guid("3c1c2323-c442-46ec-830c-90229d02ab1c"); // TODO: Initialize to an appropriate value
     Assert.IsInstanceOfType(target.GetDesignationMasterDetails(), typeof(IGRSS.DataAccessLayer.Employee.DesignationMasterDataTable), "IGRSS.BusinessLogicLayer.Employee.DeleteEmployeeQualification did not return the " +
            "expected value.");
 }