public class DirectoryWalkerTestCaseJava4 extends junit.framework.TestCase
DirectoryWalker| Constructor and Description |
|---|
DirectoryWalkerTestCaseJava4(String name)
Construct the TestCase using the name
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp()
Set Up
|
protected void |
tearDown()
Tear Down
|
void |
testCancel()
Test Cancel
|
void |
testFilter()
Test Filtering
|
void |
testFilterAndLimitA()
Test Filtering and limit to depth 0
|
void |
testFilterAndLimitB()
Test Filtering and limit to depth 1
|
void |
testFilterAndLimitC()
Test Filtering and limit to depth 3
|
void |
testFilterAndLimitD()
Test Filtering and limit to depth 5
|
void |
testFilterDirAndFile1()
Test separate dir and file filters
|
void |
testFilterDirAndFile2()
Test separate dir and file filters
|
void |
testFilterDirAndFile3()
Test separate dir and file filters
|
void |
testFilterDirAndFile4()
Test separate dir and file filters
|
void |
testHandleStartDirectoryFalse()
test an invalid start directory
|
void |
testLimitToCurrent()
Test Limiting to current directory
|
void |
testMissingStartDirectory()
test an invalid start directory
|
void |
testMultiThreadCancel()
Test Cancel
|
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic DirectoryWalkerTestCaseJava4(String name)
protected void setUp() throws Exception
setUp in class junit.framework.TestCaseExceptionprotected void tearDown() throws Exception
tearDown in class junit.framework.TestCaseExceptionpublic void testFilter()
public void testFilterAndLimitA()
public void testFilterAndLimitB()
public void testFilterAndLimitC()
public void testFilterAndLimitD()
public void testFilterDirAndFile1()
public void testFilterDirAndFile2()
public void testFilterDirAndFile3()
public void testFilterDirAndFile4()
public void testLimitToCurrent()
public void testMissingStartDirectory()
public void testHandleStartDirectoryFalse()
public void testCancel()
public void testMultiThreadCancel()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.