コード例 #1
0
ファイル: GeneralUnitTest.cs プロジェクト: pablobar23/RRHH
 public void registrarTecnologiaTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     string pnombre = string.Empty; // TODO: Initialize to an appropriate value
     string pdescripcion = string.Empty; // TODO: Initialize to an appropriate value
     int pidTecnologiaPadre = 0; // TODO: Initialize to an appropriate value
     target.registrarTecnologia(pnombre, pdescripcion, pidTecnologiaPadre);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }