Class ClassificationAttributeTranslatorTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.catalog.jalo.classification.impex.ClassificationAttributeTranslatorTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ClassificationAttributeTranslatorTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ClassificationAttributeTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
assureCollection(java.lang.Object featureValue)
void
setLegacyMode()
void
setUp()
void
testEmptyValue()
void
testExport()
void
testIllegalClAttrTypeImport()
void
testImport()
void
testPLA10283()
void
testProductFeatureValueExport()
void
testProductFeatureValueImport()
void
testSameAttributeDifferentClasses()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setLegacyMode
public void setLegacyMode()
-
testSameAttributeDifferentClasses
public void testSameAttributeDifferentClasses() throws ImpExException
- Throws:
ImpExException
-
testIllegalClAttrTypeImport
public void testIllegalClAttrTypeImport() throws ImpExException, java.io.IOException
- Throws:
ImpExException
java.io.IOException
-
testImport
public void testImport()
-
assureCollection
protected java.util.Collection assureCollection(java.lang.Object featureValue)
-
testExport
public void testExport() throws ConsistencyCheckException, java.lang.Exception
- Throws:
ConsistencyCheckException
java.lang.Exception
-
testProductFeatureValueImport
public void testProductFeatureValueImport()
-
testProductFeatureValueExport
public void testProductFeatureValueExport() throws ConsistencyCheckException, java.lang.Exception
- Throws:
ConsistencyCheckException
java.lang.Exception
-
testPLA10283
public void testPLA10283() throws ImpExException
- Throws:
ImpExException
-
testEmptyValue
public void testEmptyValue() throws ImpExException
- Throws:
ImpExException
-
-