Class OnTenantStartupProcessorUnitTest
- java.lang.Object
-
- de.hybris.platform.ruleengine.event.OnTenantStartupProcessorUnitTest
-
@UnitTest public class OnTenantStartupProcessorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OnTenantStartupProcessorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestRefreshCurrentSessionWithRetryFails()voidtestRefreshCurrentSessionWithRetryFailsWithFatalException()voidtestRefreshCurrentSessionWithRetryOk()voidtestRefreshCurrentSessionWithRetrySucceedsAfterRetry()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testRefreshCurrentSessionWithRetryOk
public void testRefreshCurrentSessionWithRetryOk()
-
testRefreshCurrentSessionWithRetryFails
public void testRefreshCurrentSessionWithRetryFails()
-
testRefreshCurrentSessionWithRetrySucceedsAfterRetry
public void testRefreshCurrentSessionWithRetrySucceedsAfterRetry()
-
testRefreshCurrentSessionWithRetryFailsWithFatalException
public void testRefreshCurrentSessionWithRetryFailsWithFatalException()
-
-