Class BatchIntegrationTest

    • Constructor Detail

      • BatchIntegrationTest

        public BatchIntegrationTest()
    • Method Detail

      • setUp

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

        public void tearDown()
      • testBasicProduct

        public void testBasicProduct()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testPrice

        public void testPrice()
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testStock

        public void testStock()
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testTax

        public void testTax()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMerchandise

        public void testMerchandise()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testMedia

        public void testMedia()
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testVariant

        public void testVariant()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • verifyMedia

        protected void verifyMedia​(MediaModel media,
                                   java.lang.String format)
      • createHeader

        protected BatchHeader createHeader​(java.io.File file)
      • createFile

        protected void createFile​(java.io.File file,
                                  java.lang.Long productId,
                                  BatchIntegrationTest.FileContent fileContent)
                           throws java.io.IOException
        Throws:
        java.io.IOException