Пример #1
0
 public void getPaisesTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     List<ArrayList> expected = null; // TODO: Initialize to an appropriate value
     List<ArrayList> actual;
     actual = target.getPaises();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }