| |
|
| org.apache.commons.io.DirectoryWalkerTestCase
DirectoryWalkerTestCase | public class DirectoryWalkerTestCase extends TestCase (Code) | | This is used to test DirectoryWalker for correctness.
version: $Id: DirectoryWalkerTestCase.java 481847 2006-12-03 18:05:37Z scolebourne $ See Also: DirectoryWalker |
Inner Class :static class TestMultiThreadCancelWalker extends DirectoryWalker | |
DirectoryWalkerTestCase | public DirectoryWalkerTestCase(String name)(Code) | | Construct the TestCase using the name
|
suite | public static Test suite()(Code) | | |
testCancel | public void testCancel()(Code) | | Test Cancel
|
testFilter | public void testFilter()(Code) | | Test Filtering
|
testFilterAndLimitA | public void testFilterAndLimitA()(Code) | | Test Filtering and limit to depth 0
|
testFilterAndLimitB | public void testFilterAndLimitB()(Code) | | Test Filtering and limit to depth 1
|
testFilterAndLimitC | public void testFilterAndLimitC()(Code) | | Test Filtering and limit to depth 3
|
testFilterAndLimitD | public void testFilterAndLimitD()(Code) | | Test Filtering and limit to depth 5
|
testFilterDirAndFile1 | public void testFilterDirAndFile1()(Code) | | Test separate dir and file filters
|
testFilterDirAndFile2 | public void testFilterDirAndFile2()(Code) | | Test separate dir and file filters
|
testFilterDirAndFile3 | public void testFilterDirAndFile3()(Code) | | Test separate dir and file filters
|
testFilterDirAndFile4 | public void testFilterDirAndFile4()(Code) | | Test separate dir and file filters
|
testHandleStartDirectoryFalse | public void testHandleStartDirectoryFalse()(Code) | | test an invalid start directory
|
testLimitToCurrent | public void testLimitToCurrent()(Code) | | Test Limiting to current directory
|
testMissingStartDirectory | public void testMissingStartDirectory()(Code) | | test an invalid start directory
|
testMultiThreadCancel | public void testMultiThreadCancel()(Code) | | Test Cancel
|
|
|
|