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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultScriptEnginesRegistryTest
public DefaultScriptEnginesRegistryTest()
-
-
Method Details
-
shouldReturnSetOfRegistredEngineTypes
- Throws:
Exception
-
setOfRegisteredEngineTypesReturnedByRegistryShouldBeImmutable
- Throws:
Exception
-
shouldReturnRegisteredEngineTypeByItsName
- Throws:
Exception
-
shouldReturnRegisteredEngineTypeByItsFileExtension
- Throws:
Exception
-
shouldReturnRegisteredEngineTypeByItsMime
- Throws:
Exception
-
shouldThrowIllegalStateExceptionWhenRequestingForNotRegisteredEngineType
public void shouldThrowIllegalStateExceptionWhenRequestingForNotRegisteredEngineType() throws Exception- Throws:
Exception
-