Class SessionCloseStrategyTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.web.SessionCloseStrategyTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class SessionCloseStrategyTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description SessionCloseStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testAttributeRemoved()
void
testEmptySession()
void
testErrorInHttpSession()
void
testJaloSessionAlreadyClosed()
void
testSessionClosed()
-
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
-
setUp
public void setUp() throws JaloSecurityException
- Throws:
JaloSecurityException
-
testEmptySession
public void testEmptySession()
-
testAttributeRemoved
public void testAttributeRemoved()
-
testSessionClosed
public void testSessionClosed()
-
testJaloSessionAlreadyClosed
public void testJaloSessionAlreadyClosed()
-
testErrorInHttpSession
public void testErrorInHttpSession()
-
-