Package org.goplanit.matsim.util
Class MatsimAssertionUtils
- java.lang.Object
-
- org.goplanit.matsim.util.MatsimAssertionUtils
-
public class MatsimAssertionUtils extends Object
Utilities for asserting MATSim outputs for any testing related code
-
-
Constructor Summary
Constructors Constructor Description MatsimAssertionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidassertNetworkFilesSimilar(String resultDir, String referenceDir)static voidassertNetworkFilesSimilar(Path resultDir, Path referenceDir)static voidassertTransitScheduleFilesSimilar(String resultDir, String referenceDir)static voidassertTransitScheduleFilesSimilar(Path resultDir, Path referenceDir)static booleanisNetworkGeometryFilesSimilar(String resultDir, String referenceDir)static booleanisNetworkGeometryFilesSimilar(Path resultDir, Path referenceDir)
-
-
-
Method Detail
-
isNetworkGeometryFilesSimilar
public static boolean isNetworkGeometryFilesSimilar(String resultDir, String referenceDir) throws IOException
- Throws:
IOException
-
isNetworkGeometryFilesSimilar
public static boolean isNetworkGeometryFilesSimilar(Path resultDir, Path referenceDir) throws IOException
- Throws:
IOException
-
assertNetworkFilesSimilar
public static void assertNetworkFilesSimilar(String resultDir, String referenceDir) throws IOException
- Throws:
IOException
-
assertNetworkFilesSimilar
public static void assertNetworkFilesSimilar(Path resultDir, Path referenceDir) throws IOException
- Throws:
IOException
-
assertTransitScheduleFilesSimilar
public static void assertTransitScheduleFilesSimilar(String resultDir, String referenceDir) throws IOException
- Throws:
IOException
-
assertTransitScheduleFilesSimilar
public static void assertTransitScheduleFilesSimilar(Path resultDir, Path referenceDir) throws IOException
- Throws:
IOException
-
-