Class ExcelGenericReferenceTranslatorIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- com.hybris.backoffice.excel.translators.generic.ExcelGenericReferenceTranslatorIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@Transactional @IntegrationTest public class ExcelGenericReferenceTranslatorIntegrationTest extends ServicelayerTest
-
-
Field Summary
-
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 ExcelGenericReferenceTranslatorIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldHandleRequestWhenAttributeIsNotOnExcludedList()voidshouldHandleRequestWhenAttributeTypeIsCollection()voidshouldHandleRequestWhenAttributeTypeIsReferenceType()voidshouldHandleRequestWhenAttributeTypeIsRelation()voidshouldNotHandleRequestWhenAttributeForParentTypeIsOnExcludedList()voidshouldNotHandleRequestWhenAttributeHasNoUniqueAttributes()voidshouldNotHandleRequestWhenAttributeIsOnExcludedList()voidshouldNotHandleRequestWhenAttributeIsPartOf()voidshouldNotHandleRequestWhenAttributeTypeIsPlainComposedType()-
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
-
-
-
-
Method Detail
-
setup
public void setup()
-
shouldNotHandleRequestWhenAttributeIsPartOf
public void shouldNotHandleRequestWhenAttributeIsPartOf()
-
shouldHandleRequestWhenAttributeTypeIsRelation
public void shouldHandleRequestWhenAttributeTypeIsRelation()
-
shouldHandleRequestWhenAttributeTypeIsCollection
public void shouldHandleRequestWhenAttributeTypeIsCollection()
-
shouldHandleRequestWhenAttributeTypeIsReferenceType
public void shouldHandleRequestWhenAttributeTypeIsReferenceType()
-
shouldNotHandleRequestWhenAttributeHasNoUniqueAttributes
public void shouldNotHandleRequestWhenAttributeHasNoUniqueAttributes()
-
shouldNotHandleRequestWhenAttributeTypeIsPlainComposedType
public void shouldNotHandleRequestWhenAttributeTypeIsPlainComposedType()
-
shouldNotHandleRequestWhenAttributeIsOnExcludedList
public void shouldNotHandleRequestWhenAttributeIsOnExcludedList()
-
shouldNotHandleRequestWhenAttributeForParentTypeIsOnExcludedList
public void shouldNotHandleRequestWhenAttributeForParentTypeIsOnExcludedList()
-
shouldHandleRequestWhenAttributeIsNotOnExcludedList
public void shouldHandleRequestWhenAttributeIsNotOnExcludedList()
-
-