コード例 #1
0
ファイル: GestorPruebaTest.cs プロジェクト: pablobar23/RRHH
 public void consultarPruebaPorIdTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     int pid = 0; // TODO: Initialize to an appropriate value
     Prueba expected = null; // TODO: Initialize to an appropriate value
     Prueba actual;
     actual = target.consultarPruebaPorId(pid);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }