public void TestMethod1() { ListData dl = new ListData(); var lst = dl.GetDataList(); Assert.AreEqual(3, lst.Count); }