Azavea.Open.DAO.PostgreSQL.Tests.DaoGeometryTests.TestGetAllPoints C# (CSharp) 메소드

TestGetAllPoints() 개인적인 메소드

private TestGetAllPoints ( ) : void
리턴 void
        public void TestGetAllPoints()
        {
            IList<PointClass> points = _pointDao.Get();
            Assert.AreEqual(10, points.Count, "Wrong number of points.");
        }