bb.io.filefilter
Class BaseFilter.UnitTest

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

public static class BaseFilter.UnitTest
extends Object

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


Nested Class Summary
private static class BaseFilter.UnitTest.TestFilter
           
 
Constructor Summary
BaseFilter.UnitTest()
           
 
Method Summary
private  File findOther()
           
private  File findOther(File file)
           
 void test_directoryHandling()
           
 void test_fileHandling()
           
 void test_otherHandling()
           
 void test_partHandling()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFilter.UnitTest

public BaseFilter.UnitTest()
Method Detail

test_fileHandling

public void test_fileHandling()

test_directoryHandling

public void test_directoryHandling()

test_otherHandling

public void test_otherHandling()
                        throws IOException
Throws:
IOException

findOther

private File findOther()
                throws IOException
Throws:
IOException

findOther

private File findOther(File file)
                throws IOException
Throws:
IOException

test_partHandling

public void test_partHandling()
                       throws IOException
Throws:
IOException