Class CachingConfigTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.web.session.stale.impl.CachingConfigTest
-
@UnitTest public class CachingConfigTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CachingConfigTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldCallTargetConfigAfterTTL()voidshouldDelegateToTargetExtension()voidshouldLimitNumberOfCallsToTargetConfig()
-
-
-
Method Detail
-
shouldDelegateToTargetExtension
public void shouldDelegateToTargetExtension()
-
shouldLimitNumberOfCallsToTargetConfig
public void shouldLimitNumberOfCallsToTargetConfig()
-
shouldCallTargetConfigAfterTTL
public void shouldCallTargetConfigAfterTTL() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-