bb.io.filefilter
Class CompoundFilter.UnitTest

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

public static class CompoundFilter.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 CompoundFilter.UnitTest.TestFilter
           
private static class CompoundFilter.UnitTest.TestFilter0
           
private static class CompoundFilter.UnitTest.TestFilter1
           
 
Field Summary
private static File[] matchingFiles
           
private static File[] nonmatchingFiles
           
private static String[] suffixes
           
 
Constructor Summary
CompoundFilter.UnitTest()
           
 
Method Summary
 void test_filtering()
           
 void test_getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suffixes

private static final String[] suffixes

matchingFiles

private static final File[] matchingFiles

nonmatchingFiles

private static final File[] nonmatchingFiles
Constructor Detail

CompoundFilter.UnitTest

public CompoundFilter.UnitTest()
Method Detail

test_getDescription

public void test_getDescription()

test_filtering

public void test_filtering()
                    throws Exception
Throws:
Exception