org.apache.maven.plugin.assembly.archive.task
Class AddDirectoryTaskTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.assembly.archive.task.AddDirectoryTaskTest
All Implemented Interfaces:
junit.framework.Test

public class AddDirectoryTaskTest
extends junit.framework.TestCase


Constructor Summary
AddDirectoryTaskTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAddDirectory_ShouldAddDirectory()
           
 void testAddDirectory_ShouldAddDirectoryWithDirMode()
           
 void testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes()
           
 void testAddDirectory_ShouldNotAddDirectoryIfNonExistent()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddDirectoryTaskTest

public AddDirectoryTaskTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
              throws IOException
Overrides:
tearDown in class junit.framework.TestCase
Throws:
IOException

testAddDirectory_ShouldNotAddDirectoryIfNonExistent

public void testAddDirectory_ShouldNotAddDirectoryIfNonExistent()
                                                         throws ArchiveCreationException
Throws:
ArchiveCreationException

testAddDirectory_ShouldAddDirectory

public void testAddDirectory_ShouldAddDirectory()
                                         throws ArchiveCreationException
Throws:
ArchiveCreationException

testAddDirectory_ShouldAddDirectoryWithDirMode

public void testAddDirectory_ShouldAddDirectoryWithDirMode()
                                                    throws ArchiveCreationException
Throws:
ArchiveCreationException

testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes

public void testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes()
                                                                throws ArchiveCreationException
Throws:
ArchiveCreationException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.