Class ExtendedServicelayerBaseTest

    • Constructor Detail

      • ExtendedServicelayerBaseTest

        public ExtendedServicelayerBaseTest()
    • Method Detail

      • createDefaultCatalog

        public static void createDefaultCatalog()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • importCsv

        protected static void importCsv​(java.lang.String csvFile,
                                        java.lang.String encoding)
                                 throws ImpExException
        Imports given csv file from classpath using given encoding. Fails in case of import errors.
        Parameters:
        csvFile - name of file to import from classpath
        encoding - encoding to use
        Throws:
        ImpExException
      • importStream

        protected static void importStream​(java.io.InputStream is,
                                           java.lang.String encoding,
                                           java.lang.String resourceName)
                                    throws ImpExException
        Throws:
        ImpExException
      • createCoreData

        public static void createCoreData()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception