Package org.apache.maven.scm
Class ScmFileSetTest
- java.lang.Object
-
- org.apache.maven.scm.ScmFileSetTest
-
public class ScmFileSetTest extends Object
- Author:
- dtran
-
-
Constructor Summary
Constructors Constructor Description ScmFileSetTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getBasedir()
void
testFilesList()
void
testFilesListExcludes()
void
testFilesListExcludes2()
void
testFilesListNoExcludes()
void
testFilesListWithoutIncludesResultsEmptyList()
-
-
-
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
-
-