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

TestGetAllLines() 개인적인 메소드

private TestGetAllLines ( ) : void
리턴 void
        public void TestGetAllLines()
        {
            IList<LineClass> lines = _lineDao.Get();
            Assert.AreEqual(6, lines.Count, "Wrong number of lines.");
        }