public void Sprintget_sprint_passed_all_daysTest() { DataManager target = new DataManager(); // TODO: Initialize to an appropriate value int expected = 23; // TODO: Initialize to an appropriate value int actual; actual = target.SprintGetPassedAllDays(); Assert.AreEqual(expected, actual); //Assert.Inconclusive("Verify the correctness of this test method."); }
public void SprintGetPassedAllDaysTesr() { DataManager target = new DataManager(); // TODO: Initialize to an appropriate value int expected = 24; // TODO: Initialize to an appropriate value int actual; actual = target.SprintGetPassedAllDays(); Assert.AreEqual(expected, actual); }