Class ItemCopyCreatorTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.catalog.jalo.synchronization.ItemCopyCreatorTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ItemCopyCreatorTest extends ServicelayerTest
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATALOG_ID
static java.lang.String
FROM_CV
static java.lang.String
PRODUCT_FAILING_ON_CREATE
static java.lang.String
PRODUCT_FAILING_ON_UPDATE
static int
SIZE
static java.lang.String
TO_CV
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ItemCopyCreatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testExceptionDuringCreation()
void
testExceptionDuringCreationOtherAttributes()
void
testUpdatingNullValues()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
CATALOG_ID
public static final java.lang.String CATALOG_ID
- See Also:
- Constant Field Values
-
PRODUCT_FAILING_ON_CREATE
public static final java.lang.String PRODUCT_FAILING_ON_CREATE
- See Also:
- Constant Field Values
-
PRODUCT_FAILING_ON_UPDATE
public static final java.lang.String PRODUCT_FAILING_ON_UPDATE
- See Also:
- Constant Field Values
-
FROM_CV
public static final java.lang.String FROM_CV
- See Also:
- Constant Field Values
-
TO_CV
public static final java.lang.String TO_CV
- See Also:
- Constant Field Values
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testExceptionDuringCreation
public void testExceptionDuringCreation() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
testExceptionDuringCreationOtherAttributes
public void testExceptionDuringCreationOtherAttributes() throws JaloBusinessException
- Throws:
JaloBusinessException
-
testUpdatingNullValues
public void testUpdatingNullValues() throws JaloBusinessException
- Throws:
JaloBusinessException
-
-