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