Class FileSetUtilsTest
java.lang.Object
org.apache.maven.shared.model.fileset.util.FileSetUtilsTest
Test the FileSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tearDown()
void
void
void
void
void
void
void
void
void
void
-
Constructor Details
-
FileSetUtilsTest
public FileSetUtilsTest()
-
-
Method Details
-
tearDown
- Throws:
IOException
-
testGetIncludedFiles
- Throws:
IOException
- if any
-
testIncludesDontFollowSymlinks
public void testIncludesDontFollowSymlinks() throws IOException, InterruptedException, org.codehaus.plexus.util.cli.CommandLineException- Throws:
IOException
- if anyInterruptedException
- if anyorg.codehaus.plexus.util.cli.CommandLineException
-
testDeleteDontFollowSymlinks
public void testDeleteDontFollowSymlinks() throws IOException, InterruptedException, org.codehaus.plexus.util.cli.CommandLineException- Throws:
IOException
- if anyInterruptedException
- if anyorg.codehaus.plexus.util.cli.CommandLineException
- if any
-
testDelete
- Throws:
IOException
- if any
-
testDeleteDanglingSymlink
- Throws:
Exception
- if any
-
testDeleteExcludeParentOfExcludedFile
- Throws:
Exception
- if any
-
testDeleteExcludeParentOfExcludedDir
- Throws:
Exception
- if any
-
testDeleteExcludeFollowSymlinks
- Throws:
Exception
- if any
-
testDeleteExcludeDontFollowSymlinks
- Throws:
Exception
- if any
-
testDeleteDontFollowSymlinksButDeleteThem
- Throws:
Exception
- if any
-