Azavea.Open.DAO.PostgreSQL.Tests.DaoGeometryTests.TestGetAllPoints C# (CSharp) Method

TestGetAllPoints() private method

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