Class DefaultCorsConfigurationSourceTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultCorsConfigurationSourceTest extends ServicelayerBaseTest
  • 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()