public void StoryInSprintTransferStoryToOtherSprintTest() { DataManager target = new DataManager(); // TODO: Initialize to an appropriate value float expected = 0; // TODO: Initialize to an appropriate value float actual; DateTime day = DateTime.Parse("14.4.13"); actual = target.StoryInSprintTransferStoryToOtherSprint(3,day); Assert.AreEqual(expected, actual); //Assert.Inconclusive("Verify the correctness of this test method."); }