Пример #1
0
 public void consultarCurriculoEmpleadoTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     int pidEmpleado = 0; // TODO: Initialize to an appropriate value
     Empleado expected = null; // TODO: Initialize to an appropriate value
     Empleado actual;
     actual = target.consultarCurriculoEmpleado(pidEmpleado);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }