org.apache.maven.plugin.war.util
Class PathSetTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.war.util.PathSetTest
All Implemented Interfaces:
Test

public class PathSetTest
extends TestCase


Constructor Summary
PathSetTest()
           
 
Method Summary
 void testAddAllFilesInDirectory()
          Test method for 'org.apache.maven.plugin.war.PathSet.addAllFilesInDirectory(File, String)'
 void testNormalizeFilePathStatic()
          Test method for 'org.apache.maven.plugin.war.PathSet.normalizeFilePathStatic(String)'
 void testPathsSetAddAlls()
          Test method for: org.apache.maven.plugin.war.PathSet.PathSet(Collection) org.apache.maven.plugin.war.PathSet.PathSet(String[]) org.apache.maven.plugin.war.PathSet.Add org.apache.maven.plugin.war.PathSet.AddAll(String[],String) org.apache.maven.plugin.war.PathSet.AddAll(Collection,String)
 void testPathsSetBasic()
          Test method for: org.apache.maven.plugin.war.PathSet.PathSet() org.apache.maven.plugin.war.PathSet.size() org.apache.maven.plugin.war.PathSet.add() org.apache.maven.plugin.war.PathSet.addAll() org.apache.maven.plugin.war.PathSet.iterate() org.apache.maven.plugin.war.PathSet.contains() org.apache.maven.plugin.war.PathSet.addPrefix(String)
 void testTrimTrailingSlashes()
          Test method for 'org.apache.maven.plugin.war.PathSet.trimTrailingSlashes(String)'
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

PathSetTest

public PathSetTest()
Method Detail

testNormalizeFilePathStatic

public void testNormalizeFilePathStatic()
Test method for 'org.apache.maven.plugin.war.PathSet.normalizeFilePathStatic(String)'


testTrimTrailingSlashes

public void testTrimTrailingSlashes()
Test method for 'org.apache.maven.plugin.war.PathSet.trimTrailingSlashes(String)'


testPathsSetBasic

public void testPathsSetBasic()
Test method for:


testPathsSetAddAlls

public void testPathsSetAddAlls()
Test method for:


testAddAllFilesInDirectory

public void testAddAllFilesInDirectory()
                                throws IOException
Test method for 'org.apache.maven.plugin.war.PathSet.addAllFilesInDirectory(File, String)'

Throws:
IOException - if an io error occurred


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