Class AddDirectoryTaskTest
- java.lang.Object
-
- org.apache.maven.plugins.assembly.archive.task.AddDirectoryTaskTest
-
public class AddDirectoryTaskTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TemporaryFoldertemporaryFolder
-
Constructor Summary
Constructors Constructor Description AddDirectoryTaskTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddDirectory_ShouldAddDirectory()voidtestAddDirectory_ShouldAddDirectoryWithDirMode()voidtestAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes()voidtestAddDirectory_ShouldNotAddDirectoryIfNonExistent()
-
-
-
Method Detail
-
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
-
-