Package de.hybris.platform.impex.jalo
Class ImpExImporterTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.impex.jalo.AbstractImpExTest
-
- de.hybris.platform.impex.jalo.ImpExImporterTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ImpExImporterTest extends AbstractImpExTest
Integration test forImporter
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.impex.jalo.AbstractImpExTest
english, german, utf8, windows1252
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ImpExImporterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test2CycleImport()
void
testCronJob()
void
testFullImport()
void
testLegacyModeInMultiplePasses()
void
testUnresolvedImport()
void
testUnresolvedImport2()
-
Methods inherited from class de.hybris.platform.impex.jalo.AbstractImpExTest
initJaloItems, setLegacyMode
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testFullImport
public void testFullImport()
-
test2CycleImport
public void test2CycleImport()
-
testUnresolvedImport
public void testUnresolvedImport()
-
testUnresolvedImport2
public void testUnresolvedImport2() throws JaloGenericCreationException, JaloAbstractTypeException, JaloItemNotFoundException
-
testCronJob
public void testCronJob() throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
-
testLegacyModeInMultiplePasses
public void testLegacyModeInMultiplePasses() throws java.io.IOException, ImpExException
- Throws:
java.io.IOException
ImpExException
-
-