Class FileSetUtilsTest

java.lang.Object
org.apache.maven.shared.model.fileset.util.FileSetUtilsTest

public class FileSetUtilsTest extends Object
Test the FileSet
  • Constructor Details

    • FileSetUtilsTest

      public FileSetUtilsTest()
  • Method Details

    • tearDown

      public void tearDown() throws IOException
      Throws:
      IOException
    • testGetIncludedFiles

      public void testGetIncludedFiles() throws IOException
      Throws:
      IOException - if any
    • testIncludesDontFollowSymlinks

      public void testIncludesDontFollowSymlinks() throws IOException, InterruptedException, org.codehaus.plexus.util.cli.CommandLineException
      Throws:
      IOException - if any
      InterruptedException - if any
      org.codehaus.plexus.util.cli.CommandLineException
    • testDeleteDontFollowSymlinks

      public void testDeleteDontFollowSymlinks() throws IOException, InterruptedException, org.codehaus.plexus.util.cli.CommandLineException
      Throws:
      IOException - if any
      InterruptedException - if any
      org.codehaus.plexus.util.cli.CommandLineException - if any
    • testDelete

      public void testDelete() throws IOException
      Throws:
      IOException - if any
    • testDeleteDanglingSymlink

      public void testDeleteDanglingSymlink() throws Exception
      Throws:
      Exception - if any
    • testDeleteExcludeParentOfExcludedFile

      public void testDeleteExcludeParentOfExcludedFile() throws Exception
      Throws:
      Exception - if any
    • testDeleteExcludeParentOfExcludedDir

      public void testDeleteExcludeParentOfExcludedDir() throws Exception
      Throws:
      Exception - if any
    • testDeleteExcludeFollowSymlinks

      public void testDeleteExcludeFollowSymlinks() throws Exception
      Throws:
      Exception - if any
    • testDeleteExcludeDontFollowSymlinks

      public void testDeleteExcludeDontFollowSymlinks() throws Exception
      Throws:
      Exception - if any
    • testDeleteDontFollowSymlinksButDeleteThem

      public void testDeleteDontFollowSymlinksButDeleteThem() throws Exception
      Throws:
      Exception - if any