Package de.hybris.platform.test
Class ItemStaticTransientObjectsSynchronizeTest
- java.lang.Object
-
- de.hybris.platform.test.ItemStaticTransientObjectsSynchronizeTest
-
@UnitTest public class ItemStaticTransientObjectsSynchronizeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ItemStaticTransientObjectsSynchronizeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shouldCreateMappingForGivenItemPK()
void
shouldNotThrowIllegalStateExceptionWhenConcurrentHeavyMapPutOperationsAreMade()
void
shouldRemoveMappingForGivenItemPK()
-
-
-
Method Detail
-
shouldNotThrowIllegalStateExceptionWhenConcurrentHeavyMapPutOperationsAreMade
public void shouldNotThrowIllegalStateExceptionWhenConcurrentHeavyMapPutOperationsAreMade() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
shouldCreateMappingForGivenItemPK
public void shouldCreateMappingForGivenItemPK()
-
shouldRemoveMappingForGivenItemPK
public void shouldRemoveMappingForGivenItemPK()
-
-