Skip to content

Geo.json test restructuring

Restructure GeoJson tests, completes test checklist items on #57 (closed)

  • Updates deprecated GSON JsonParser methods
  • Path.toUri().toUrl() instead of mixing Files and Resources
  • Restructured to use nested groups for Feature and FeatureClass, renamed some tests for clarity
  • Separated tests for specific classes
  • Reduce redundancy by importing common test objects (e.g. TEST_POINT, TEST_LINE, ...)

Also simplified GeoJson builder and made GeoJson.read() package private

Resolves #57 (closed)

Edited by Altekruse, Jason Morgan

Merge request reports