Package de.hybris.platform.util
Class HybrisInitFilterTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.util.HybrisInitFilterTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class HybrisInitFilterTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description HybrisInitFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCachingModelServicesListOfTypesWithCaching()
void
testCachingModelServicesListOfTypesWithoutCaching()
void
testPLA13539()
-
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()
-
testCachingModelServicesListOfTypesWithCaching
public void testCachingModelServicesListOfTypesWithCaching() throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
-
testCachingModelServicesListOfTypesWithoutCaching
public void testCachingModelServicesListOfTypesWithoutCaching() throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
-
testPLA13539
public void testPLA13539()
-
-