Class DefaultScriptEnginesRegistryTest

java.lang.Object
de.hybris.platform.scripting.engine.internal.impl.DefaultScriptEnginesRegistryTest

@IntegrationTest @ContextConfiguration("classpath:test/test-scripting-spring.xml") public class DefaultScriptEnginesRegistryTest extends Object
  • Constructor Details

    • DefaultScriptEnginesRegistryTest

      public DefaultScriptEnginesRegistryTest()
  • Method Details

    • shouldReturnSetOfRegistredEngineTypes

      public void shouldReturnSetOfRegistredEngineTypes() throws Exception
      Throws:
      Exception
    • setOfRegisteredEngineTypesReturnedByRegistryShouldBeImmutable

      public void setOfRegisteredEngineTypesReturnedByRegistryShouldBeImmutable() throws Exception
      Throws:
      Exception
    • shouldReturnRegisteredEngineTypeByItsName

      public void shouldReturnRegisteredEngineTypeByItsName() throws Exception
      Throws:
      Exception
    • shouldReturnRegisteredEngineTypeByItsFileExtension

      public void shouldReturnRegisteredEngineTypeByItsFileExtension() throws Exception
      Throws:
      Exception
    • shouldReturnRegisteredEngineTypeByItsMime

      public void shouldReturnRegisteredEngineTypeByItsMime() throws Exception
      Throws:
      Exception
    • shouldThrowIllegalStateExceptionWhenRequestingForNotRegisteredEngineType

      public void shouldThrowIllegalStateExceptionWhenRequestingForNotRegisteredEngineType() throws Exception
      Throws:
      Exception