Class MediaManagerIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class MediaManagerIntegrationTest extends AbstractMediaManagerIntegrationTest
  • Constructor Details

    • MediaManagerIntegrationTest

      public MediaManagerIntegrationTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Overrides:
      setUp in class AbstractMediaManagerIntegrationTest
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • shouldReturnEmptyUrlWhenMediaIsInSecuredFolderButThereIsNoRendererInPlace

      public void shouldReturnEmptyUrlWhenMediaIsInSecuredFolderButThereIsNoRendererInPlace() throws Exception
      Throws:
      Exception
    • shouldReturnSecureUrlWhenMediaIsInSecuredFolder

      public void shouldReturnSecureUrlWhenMediaIsInSecuredFolder() throws Exception
      Throws:
      Exception
    • shouldReturnSecureUrlWithWebAppCtxPrefixWhenMediaIsInSecuredFolder

      public void shouldReturnSecureUrlWithWebAppCtxPrefixWhenMediaIsInSecuredFolder() throws Exception
      Throws:
      Exception
    • shouldReturnSecureDownloadUrlWhenMediaIsInSecuredFolder

      public void shouldReturnSecureDownloadUrlWhenMediaIsInSecuredFolder() throws Exception
      Throws:
      Exception
    • shouldReturnSecureDownloadUrlWithWebAppCtxWhenMediaIsInSecuredFolder

      public void shouldReturnSecureDownloadUrlWithWebAppCtxWhenMediaIsInSecuredFolder() throws Exception
      Throws:
      Exception
    • shouldReturnInternalUrlForMediaWithoutData

      public void shouldReturnInternalUrlForMediaWithoutData() throws Exception
      Throws:
      Exception
    • shouldReturnInternalDownloadUrlForMediaWithoutData

      public void shouldReturnInternalDownloadUrlForMediaWithoutData() throws Exception
      Throws:
      Exception
    • shouldReturnMediaUrlWithoutWebAppContextRootPrefix

      public void shouldReturnMediaUrlWithoutWebAppContextRootPrefix() throws Exception
      Throws:
      Exception
    • shouldReturnMediaDownloadUrlWithoutWebAppContextRootPrefix

      public void shouldReturnMediaDownloadUrlWithoutWebAppContextRootPrefix() throws Exception
      Throws:
      Exception
    • shouldReturnMediaUrltRootPrefix

      public void shouldReturnMediaUrltRootPrefix() throws Exception
      Throws:
      Exception
    • shouldReturnMediaDownloadUrlRootPrefix

      public void shouldReturnMediaDownloadUrlRootPrefix() throws Exception
      Throws:
      Exception
    • shouldReturnMediaUrlWithWebAppContextRootPrefix

      public void shouldReturnMediaUrlWithWebAppContextRootPrefix() throws Exception
      Throws:
      Exception
    • shouldReturnMediaDownloadUrlWithWebAppContextRootPrefix

      public void shouldReturnMediaDownloadUrlWithWebAppContextRootPrefix() throws Exception
      Throws:
      Exception
    • shouldSetDataPKOnNewMedia

      public void shouldSetDataPKOnNewMedia() throws Exception
      Throws:
      Exception