Example #1
0
 public void UpdateProgrammerExpectedWorkHoursTest()
 {
     DataManager target = new DataManager(); // TODO: Initialize to an appropriate value
     int programmerId = 0; // TODO: Initialize to an appropriate value
     int expectedHours = 0; // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     actual = target.UpdateProgrammerExpectedWorkHours(programmerId, expectedHours);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }