Class ImageMagickMediaConversionStrategyTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.mediaconversion.imagemagick.ImageMagickMediaConversionStrategyTest
-
- All Implemented Interfaces:
JaloSessionHolder
@ManualTest public class ImageMagickMediaConversionStrategyTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ImageMagickMediaConversionStrategyTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Delegates to de.hybris.platform.testframework.HybrisTestLogic#init()static void
logSystem()
void
testCommandBuilding()
void
testExtractFileExtension()
void
testExtractFileExtensionNull()
void
testSimpleConversion()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
logSystem
public static void logSystem()
-
init
public void init() throws JaloSystemException
Description copied from class:HybrisJUnit4Test
Delegates to de.hybris.platform.testframework.HybrisTestLogic#init()- Overrides:
init
in classHybrisJUnit4Test
- Throws:
JaloSystemException
- there was a security problem while creating the session
-
testExtractFileExtensionNull
public void testExtractFileExtensionNull() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testExtractFileExtension
public void testExtractFileExtension() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCommandBuilding
public void testCommandBuilding() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSimpleConversion
public void testSimpleConversion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-