bb.io
Class DirUtil.UnitTest

java.lang.Object
  extended by bb.io.DirUtil.UnitTest
Enclosing class:
DirUtil

public static class DirUtil.UnitTest
extends Object

See the Overview page of the project's javadocs for a general description of this unit test class.


Field Summary
private static File dirTest
           
private static int dirTestId
           
private static String dirTestPrefix
           
 
Constructor Summary
DirUtil.UnitTest()
           
 
Method Summary
private static File makeTestDirectoryTree()
           
static void setupClass()
           
static void teardownClass()
           
 void test_areContentsSame()
           
 void test_getContents()
           
 void test_getFilesInTree()
           
 void test_getTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dirTestPrefix

private static String dirTestPrefix

dirTestId

private static int dirTestId

dirTest

private static File dirTest
Constructor Detail

DirUtil.UnitTest

public DirUtil.UnitTest()
Method Detail

setupClass

public static void setupClass()
                       throws Exception
Throws:
Exception

teardownClass

public static void teardownClass()
                          throws Exception
Throws:
Exception

makeTestDirectoryTree

private static File makeTestDirectoryTree()
                                   throws Exception
Throws:
Exception

test_getContents

public void test_getContents()
                      throws Exception
Throws:
Exception

test_getTree

public void test_getTree()
                  throws Exception
Throws:
Exception

test_getFilesInTree

public void test_getFilesInTree()
                         throws Exception
Throws:
Exception

test_areContentsSame

public void test_areContentsSame()
                          throws Exception
Throws:
Exception