Пример #1
0
 public void ProgrammerGetAllProgrammersTest()
 {
     DataManager target = new DataManager(); // TODO: Initialize to an appropriate value
     int[] expected = {1,6,7};
     int[] actual;
     actual = target.ProgrammerGetAllProgrammers();
     CollectionAssert.AreEqual(expected, actual);
     //Assert.Inconclusive("Verify the correctness of this test method.");
 }