Package de.hybris.platform.catalog
Class FeatureValueImpexImportIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.catalog.FeatureValueImpexImportIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class FeatureValueImpexImportIntegrationTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description FeatureValueImpexImportIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter()voidshouldNotRecreateProductFeatureWhenImportedTwice()voidshouldPreservePositionOfProductFeatureFromContainerWhenImported()voidshouldSetNewPositionOfProductFeatureFromContainerWhenImported()voidshouldSetNewPositionOfProductFeatureWhenImportedWhenFlagSetToSync()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
after
public void after()
-
shouldNotRecreateProductFeatureWhenImportedTwice
public void shouldNotRecreateProductFeatureWhenImportedTwice() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
shouldPreservePositionOfProductFeatureFromContainerWhenImported
public void shouldPreservePositionOfProductFeatureFromContainerWhenImported() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
shouldSetNewPositionOfProductFeatureWhenImportedWhenFlagSetToSync
public void shouldSetNewPositionOfProductFeatureWhenImportedWhenFlagSetToSync() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
shouldSetNewPositionOfProductFeatureFromContainerWhenImported
public void shouldSetNewPositionOfProductFeatureFromContainerWhenImported() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-