public void ProgrammerGetIDByNameTest() { DataManager target = new DataManager(); // TODO: Initialize to an appropriate value int[] expected = {1}; int[] actual; actual = target.ProgrammerGetIDByName("Anton"); CollectionAssert.AreEqual(expected, actual); //Assert.Inconclusive("Verify the correctness of this test method."); }