Class DefaultAssemblyArchiverTest

java.lang.Object
org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiverTest

public class DefaultAssemblyArchiverTest extends Object
  • Field Details

    • temporaryFolder

      public org.junit.rules.TemporaryFolder temporaryFolder
  • Constructor Details

    • DefaultAssemblyArchiverTest

      public DefaultAssemblyArchiverTest()
  • Method Details

    • setupInterpolators

      public static void setupInterpolators(AssemblerConfigurationSource configSource)
    • setupInterpolators

      public static void setupInterpolators(AssemblerConfigurationSource configSource, org.apache.maven.project.MavenProject mavenProject)
    • setup

      public void setup() throws org.codehaus.plexus.PlexusContainerException
      Throws:
      org.codehaus.plexus.PlexusContainerException
    • failWhenAssemblyIdIsNull

      public void failWhenAssemblyIdIsNull() throws Exception
      Throws:
      Exception
    • testCreateArchive

      public void testCreateArchive() throws Exception
      Throws:
      Exception
    • testCreateArchiver_ShouldConfigureArchiver

      public void testCreateArchiver_ShouldConfigureArchiver() throws Exception
      Throws:
      Exception
    • testCreateArchiver_ShouldCreateTarArchiverWithNoCompression

      public void testCreateArchiver_ShouldCreateTarArchiverWithNoCompression() throws Exception
      Throws:
      Exception
    • testCreateArchiver_ShouldCreateWarArchiverWithIgnoreWebxmlSetToFalse

      public void testCreateArchiver_ShouldCreateWarArchiverWithIgnoreWebxmlSetToFalse() throws Exception
      Throws:
      Exception
    • testCreateArchiver_ShouldCreateZipArchiver

      public void testCreateArchiver_ShouldCreateZipArchiver() throws Exception
      Throws:
      Exception
    • testCreateWarArchiver_ShouldDisableIgnoreWebxmlOption

      public void testCreateWarArchiver_ShouldDisableIgnoreWebxmlOption() throws Exception
      Throws:
      Exception
    • testCreateTarArchiver_ShouldNotInitializeCompression

      public void testCreateTarArchiver_ShouldNotInitializeCompression() throws Exception
      Throws:
      Exception
    • testCreateTarArchiver_TarGzFormat_ShouldInitializeGZipCompression

      public void testCreateTarArchiver_TarGzFormat_ShouldInitializeGZipCompression() throws Exception
      Throws:
      Exception
    • testCreateTarArchiver_TgzFormat_ShouldInitializeGZipCompression

      public void testCreateTarArchiver_TgzFormat_ShouldInitializeGZipCompression() throws Exception
      Throws:
      Exception
    • testCreateTarArchiver_TarBz2Format_ShouldInitializeBZipCompression

      public void testCreateTarArchiver_TarBz2Format_ShouldInitializeBZipCompression() throws Exception
      Throws:
      Exception
    • testCreateTarArchiver_Tbz2Format_ShouldInitializeBZipCompression

      public void testCreateTarArchiver_Tbz2Format_ShouldInitializeBZipCompression() throws Exception
      Throws:
      Exception
    • testCreateTarArchiver_TarXzFormat_ShouldInitializeXzCompression

      public void testCreateTarArchiver_TarXzFormat_ShouldInitializeXzCompression() throws Exception
      Throws:
      Exception
    • testCreateTarArchiver_TXzFormat_ShouldInitializeXzCompression

      public void testCreateTarArchiver_TXzFormat_ShouldInitializeXzCompression() throws Exception
      Throws:
      Exception
    • testCreateTarArchiver_InvalidFormat_ShouldFailWithInvalidCompression

      public void testCreateTarArchiver_InvalidFormat_ShouldFailWithInvalidCompression() throws Exception
      Throws:
      Exception