Package de.hybris.platform.core.cors.web
Class DefaultCorsConfigurationSourceTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.core.cors.web.DefaultCorsConfigurationSourceTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultCorsConfigurationSourceTest
public DefaultCorsConfigurationSourceTest()
-
-
Method Details
-
testAllowAllOrigins
public void testAllowAllOrigins() -
testAllowSpecificOrigin
public void testAllowSpecificOrigin() -
testAllowSpecificOriginWithDBItemPrecedence
public void testAllowSpecificOriginWithDBItemPrecedence() -
testAllowedMethods
public void testAllowedMethods() -
testAllowedMethodsWithDBItemPrecedence
public void testAllowedMethodsWithDBItemPrecedence() -
testEmptyConfiguration
public void testEmptyConfiguration() -
testDefaultConfiguration
public void testDefaultConfiguration() -
testAllowedOriginPatternsSubdomain
public void testAllowedOriginPatternsSubdomain() -
testAllowedOriginPatternsExactDomain
public void testAllowedOriginPatternsExactDomain() -
testAllowedOriginPatternsWithExactPorts
public void testAllowedOriginPatternsWithExactPorts() -
testAllowedOriginPatternsWithAllPorts
public void testAllowedOriginPatternsWithAllPorts() -
testCachePerformance
public void testCachePerformance()
-