org.apache.maven.plugin.assembly.utils
Class AssemblyFileUtilsTest

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

public class AssemblyFileUtilsTest
extends junit.framework.TestCase


Constructor Summary
AssemblyFileUtilsTest()
           
 
Method Summary
 void tearDown()
           
 void testUnpack_ShouldSetSourceAndDestinationAndCallExtract()
           
 
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

AssemblyFileUtilsTest

public AssemblyFileUtilsTest()
Method Detail

tearDown

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

testUnpack_ShouldSetSourceAndDestinationAndCallExtract

public void testUnpack_ShouldSetSourceAndDestinationAndCallExtract()
                                                            throws IOException,
                                                                   ArchiveExpansionException,
                                                                   org.codehaus.plexus.archiver.manager.NoSuchArchiverException
Throws:
IOException
ArchiveExpansionException
org.codehaus.plexus.archiver.manager.NoSuchArchiverException


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.