Exemplo n.º 1
0
 public void GetCountTest()
 {
     int count = _data.GetCount();
     Assert.AreEqual(347, count);
 }