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