Package org.goplanit.io.test
Class PlanitAssertionUtils
- java.lang.Object
-
- org.goplanit.io.test.PlanitAssertionUtils
-
public class PlanitAssertionUtils extends Object
Utilities for asserting PLANit outputs of integration tests
-
-
Constructor Summary
Constructors Constructor Description PlanitAssertionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
assertDemandsFilesSimilar(String resultDir, String referenceDir)
static void
assertDemandsFilesSimilar(Path resultDir, Path referenceDir)
static void
assertNetworkFilesSimilar(String resultDir, String referenceDir)
static void
assertNetworkFilesSimilar(Path resultDir, Path referenceDir)
static void
assertRoutedServicesFilesSimilar(String resultDir, String referenceDir)
static void
assertRoutedServicesFilesSimilar(Path resultDir, Path referenceDir)
static void
assertServiceNetworkFilesSimilar(String resultDir, String referenceDir)
static void
assertServiceNetworkFilesSimilar(Path resultDir, Path referenceDir)
static void
assertZoningFilesSimilar(String resultDir, String referenceDir)
static void
assertZoningFilesSimilar(Path resultDir, Path referenceDir)
-
-
-
Method Detail
-
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
-
assertZoningFilesSimilar
public static void assertZoningFilesSimilar(String resultDir, String referenceDir) throws IOException
- Throws:
IOException
-
assertZoningFilesSimilar
public static void assertZoningFilesSimilar(Path resultDir, Path referenceDir) throws IOException
- Throws:
IOException
-
assertServiceNetworkFilesSimilar
public static void assertServiceNetworkFilesSimilar(String resultDir, String referenceDir) throws IOException
- Throws:
IOException
-
assertServiceNetworkFilesSimilar
public static void assertServiceNetworkFilesSimilar(Path resultDir, Path referenceDir) throws IOException
- Throws:
IOException
-
assertRoutedServicesFilesSimilar
public static void assertRoutedServicesFilesSimilar(String resultDir, String referenceDir) throws IOException
- Throws:
IOException
-
assertRoutedServicesFilesSimilar
public static void assertRoutedServicesFilesSimilar(Path resultDir, Path referenceDir) throws IOException
- Throws:
IOException
-
assertDemandsFilesSimilar
public static void assertDemandsFilesSimilar(String resultDir, String referenceDir) throws IOException
- Throws:
IOException
-
assertDemandsFilesSimilar
public static void assertDemandsFilesSimilar(Path resultDir, Path referenceDir) throws IOException
- Throws:
IOException
-
-