Class FileLoaderValueTranslatorUnitTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.impex.impl.FileLoaderValueTranslatorUnitTest
-
@UnitTest public class FileLoaderValueTranslatorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileLoaderValueTranslatorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestLoadFromMalformedZipFile()voidtestLoadFromZipFile()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testLoadFromZipFile
public void testLoadFromZipFile() throws java.net.URISyntaxException- Throws:
java.net.URISyntaxException
-
testLoadFromMalformedZipFile
public void testLoadFromMalformedZipFile() throws java.net.URISyntaxException- Throws:
java.net.URISyntaxException
-
-