Class DatasetTestUtils


  • public class DatasetTestUtils
    extends java.lang.Object
    These are static functions that help when testing things involving datasets.
    • Constructor Detail

      • DatasetTestUtils

        public DatasetTestUtils()
    • Method Detail

      • equals

        public static boolean equals​(Dataset ds1,
                                     Dataset ds2)
      • allDataGood

        public static boolean allDataGood​(Dataset ds)
      • printToConsole

        public static void printToConsole​(Dataset ds)
      • printToLogger

        public static void printToLogger​(Dataset ds,
                                         LoggerEx log)