예제 #1
0
        public void Test()
        {
            int featureShapefileCount = ImportTestFeatures();

            Assert.AreEqual(featureShapefileCount, Shapefile.GetAll().Count());
        }