Class AddDirectoryTaskTest

java.lang.Object
org.apache.maven.plugins.assembly.archive.task.AddDirectoryTaskTest

public class AddDirectoryTaskTest extends Object
  • Field Details

    • temporaryFolder

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

    • AddDirectoryTaskTest

      public AddDirectoryTaskTest()
  • Method Details

    • setUp

      public void setUp()
    • testAddDirectory_ShouldNotAddDirectoryIfNonExistent

      public void testAddDirectory_ShouldNotAddDirectoryIfNonExistent() throws Exception
      Throws:
      Exception
    • testAddDirectory_ShouldAddDirectory

      public void testAddDirectory_ShouldAddDirectory() throws Exception
      Throws:
      Exception
    • testAddDirectory_ShouldAddDirectoryWithDirMode

      public void testAddDirectory_ShouldAddDirectoryWithDirMode() throws Exception
      Throws:
      Exception
    • testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes

      public void testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes() throws Exception
      Throws:
      Exception