Package org.goplanit.osm.test
Class OsmPtSettingsTestCaseUtils
- java.lang.Object
-
- org.goplanit.osm.test.OsmPtSettingsTestCaseUtils
-
public class OsmPtSettingsTestCaseUtils extends Object
Dedicated class to minimise warnings that have been verified as ignorable and switch them off accordingly
-
-
Constructor Summary
Constructors Constructor Description OsmPtSettingsTestCaseUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
melbourneMinimiseVerifiedWarnings(OsmPublicTransportReaderSettings settings)
When applied to the Melbourne PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.static void
sydney2023MinimiseVerifiedWarnings(OsmPublicTransportReaderSettings settings)
When applied to the 2023 PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.
-
-
-
Method Detail
-
sydney2023MinimiseVerifiedWarnings
public static void sydney2023MinimiseVerifiedWarnings(OsmPublicTransportReaderSettings settings)
When applied to the 2023 PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.- Parameters:
settings
- to apply to
-
melbourneMinimiseVerifiedWarnings
public static void melbourneMinimiseVerifiedWarnings(OsmPublicTransportReaderSettings settings)
When applied to the Melbourne PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.- Parameters:
settings
- to apply to
-
-