org.apache.maven.plugin.assembly.archive.phase
Class FileSetAssemblyPhaseTest

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

public class FileSetAssemblyPhaseTest
extends junit.framework.TestCase


Constructor Summary
FileSetAssemblyPhaseTest()
           
 
Method Summary
 void tearDown()
           
 void testShouldAddOneFileSet()
           
 void testShouldNotFailWhenNoFileSetsSpecified()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

FileSetAssemblyPhaseTest

public FileSetAssemblyPhaseTest()
Method Detail

tearDown

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

testShouldNotFailWhenNoFileSetsSpecified

public void testShouldNotFailWhenNoFileSetsSpecified()
                                              throws ArchiveCreationException,
                                                     AssemblyFormattingException
Throws:
ArchiveCreationException
AssemblyFormattingException

testShouldAddOneFileSet

public void testShouldAddOneFileSet()
                             throws ArchiveCreationException,
                                    AssemblyFormattingException
Throws:
ArchiveCreationException
AssemblyFormattingException


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