Class RemoteScriptsRepositoryTest

java.lang.Object
de.hybris.platform.scripting.engine.repository.impl.RemoteScriptsRepositoryTest

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

    • RemoteScriptsRepositoryTest

      public RemoteScriptsRepositoryTest()
  • Method Details

    • shouldHandleHTTPProtocol

      public void shouldHandleHTTPProtocol() throws Exception
      Throws:
      Exception
    • shouldHandleHTTPSProtocol

      public void shouldHandleHTTPSProtocol() throws Exception
      Throws:
      Exception
    • shouldHandleFTPProtocol

      public void shouldHandleFTPProtocol() throws Exception
      Throws:
      Exception
    • shouldNotHandleInvalidProtocol

      public void shouldNotHandleInvalidProtocol() throws Exception
      Throws:
      Exception
    • shouldNotHandleNullProtocol

      public void shouldNotHandleNullProtocol() throws Exception
      Throws:
      Exception
    • shouldThrowScriptNotFoundExceptionWhenScriptCannotBeFoundInRepository

      public void shouldThrowScriptNotFoundExceptionWhenScriptCannotBeFoundInRepository() throws Exception
      Throws:
      Exception