net.firstpartners.nounit.utility.test
Class TestDirectoryWalker

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.firstpartners.nounit.utility.test.TestDirectoryWalker
All Implemented Interfaces:
junit.framework.Test

public class TestDirectoryWalker
extends junit.framework.TestCase

Class to test the Directory Walker


Constructor Summary
TestDirectoryWalker(java.lang.String name)
          Constructor Required by Junit
 
Method Summary
static void main(java.lang.String[] args)
          Enable Junit to run this Class individually
protected  void setUp()
          Method to setup logging test
static junit.framework.Test suite()
          Enable Junit to run this class
 void testSeeDirs()
           
 void testSeeFiles()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDirectoryWalker

public TestDirectoryWalker(java.lang.String name)
Constructor Required by Junit
Parameters:
name -  
Method Detail

setUp

protected void setUp()
Method to setup logging test
Overrides:
setUp in class junit.framework.TestCase

main

public static void main(java.lang.String[] args)
Enable Junit to run this Class individually
Parameters:
args -  

suite

public static junit.framework.Test suite()
Enable Junit to run this class
Returns:
TestDataCaptureDefaults.class

testSeeFiles

public void testSeeFiles()
                  throws java.lang.Exception

testSeeDirs

public void testSeeDirs()
                 throws java.lang.Exception