Class CatalogTest

    • Constructor Detail

      • CatalogTest

        public CatalogTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createCatalog

        protected void createCatalog()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createProduct

        protected Product createProduct​(java.lang.String id,
                                        java.lang.String name,
                                        java.lang.String desc,
                                        CatalogVersion catVersion)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createMedia

        protected Media createMedia​(java.lang.String id,
                                    java.lang.String file,
                                    CatalogVersion catVersion)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • checkCatalogVersion

        protected void checkCatalogVersion​(CatalogVersion catalogVersion,
                                           java.lang.String versionStr)
      • testOrderOverride

        public void testOrderOverride()
      • testGetterMethods

        public void testGetterMethods()
      • testRemoveDefaultCatalog

        public void testRemoveDefaultCatalog()
      • testRemoveActiveCatalogVersion

        public void testRemoveActiveCatalogVersion()
      • testSetAllName

        public void testSetAllName()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception