示例#1
0
        public void ToGeoJson_NoTags_ShouldReturnNull()
        {
            var feature = _converter.ToGeoJson(new Node {
                Tags = new TagsCollection()
            });

            Assert.IsNull(feature);
        }