org.apache.maven.scm
Class ScmFileSetTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.scm.ScmFileSetTest
All Implemented Interfaces:
junit.framework.Test

public class ScmFileSetTest
extends junit.framework.TestCase

Author:
dtran

Constructor Summary
ScmFileSetTest()
           
 
Method Summary
static String getBasedir()
           
 void testFilesList()
           
 void testFilesListExcludes()
           
 void testFilesListExcludes2()
           
 void testFilesListNoExcludes()
           
 void testFilesListWithoutIncludesResultsEmptyList()
           
 
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

ScmFileSetTest

public ScmFileSetTest()
Method Detail

getBasedir

public static String getBasedir()

testFilesList

public void testFilesList()
                   throws IOException
Throws:
IOException

testFilesListWithoutIncludesResultsEmptyList

public void testFilesListWithoutIncludesResultsEmptyList()
                                                  throws IOException
Throws:
IOException

testFilesListExcludes

public void testFilesListExcludes()
                           throws IOException
Throws:
IOException

testFilesListExcludes2

public void testFilesListExcludes2()
                            throws IOException
Throws:
IOException

testFilesListNoExcludes

public void testFilesListNoExcludes()
                             throws IOException
Throws:
IOException


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