package de.hft.stuttgart.citygml.green.alkis; import org.junit.jupiter.api.Test; class AlkisGreenEnricherTest { @Test void testAlkisGreen() throws Exception { String[] args = new String[] { "data/Grombühl_v4_case_study.gml" }; AlkisGreenEnricher.main(args); } }