public class DefaultAssemblyArchiverTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultAssemblyArchiverTest.TestArchiverWithConfig |
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.TemporaryFolder |
temporaryFolder |
| Constructor and Description |
|---|
DefaultAssemblyArchiverTest() |
public static void setupInterpolators(org.apache.maven.plugins.assembly.AssemblerConfigurationSource configSource)
public static void setupInterpolators(org.apache.maven.plugins.assembly.AssemblerConfigurationSource configSource, MavenProject mavenProject)
public void setup()
throws org.codehaus.plexus.PlexusContainerException
org.codehaus.plexus.PlexusContainerExceptionpublic void testCreateArchiver_ShouldConfigureArchiver()
throws Exception
Exceptionpublic void testCreateArchiver_ShouldCreateTarArchiverWithNoCompression()
throws Exception
Exceptionpublic void testCreateArchiver_ShouldCreateWarArchiverWithIgnoreWebxmlSetToFalse()
throws Exception
Exceptionpublic void testCreateArchiver_ShouldCreateZipArchiver()
throws Exception
Exceptionpublic void testCreateWarArchiver_ShouldDisableIgnoreWebxmlOption()
throws Exception
Exceptionpublic void testCreateTarArchiver_ShouldNotInitializeCompression()
throws Exception
Exceptionpublic void testCreateTarArchiver_TarGzFormat_ShouldInitializeGZipCompression()
throws Exception
Exceptionpublic void testCreateTarArchiver_TgzFormat_ShouldInitializeGZipCompression()
throws Exception
Exceptionpublic void testCreateTarArchiver_TarBz2Format_ShouldInitializeBZipCompression()
throws Exception
Exceptionpublic void testCreateTarArchiver_Tbz2Format_ShouldInitializeBZipCompression()
throws Exception
Exceptionpublic void testCreateTarArchiver_TarXzFormat_ShouldInitializeXzCompression()
throws Exception
Exceptionpublic void testCreateTarArchiver_TXzFormat_ShouldInitializeXzCompression()
throws Exception
ExceptionCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.