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