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 void
assertNetworkFilesSimilar(String resultDir, String referenceDir)
static void
assertNetworkFilesSimilar(Path resultDir, Path referenceDir)
static void
assertTransitScheduleFilesSimilar(String resultDir, String referenceDir)
static void
assertTransitScheduleFilesSimilar(Path resultDir, Path referenceDir)
static boolean
isNetworkGeometryFilesSimilar(String resultDir, String referenceDir)
static boolean
isNetworkGeometryFilesSimilar(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
-
-