Ejemplo n.º 1
0
        public void FeatureCollectionClearTest()
        {
            FeatureCollection collection = new FeatureCollection(this.identifier, this.mockAttributes, this.mockFeatures);

            collection.Clear();
            collection.Count.ShouldBe(0);
        }