bb.io.filefilter
Class FilenameSuffixFilter.UnitTest

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

public static class FilenameSuffixFilter.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 FilenameSuffixFilter.UnitTest.TestFilter
           
 
Field Summary
private static File[] matchingFilesCaseInsens
           
private static File[] matchingFilesCaseSens
           
private static File[] nonmatchingFilesCaseInsens
           
private static File[] nonmatchingFilesCaseSens
           
private static String[] suffixes
           
 
Constructor Summary
FilenameSuffixFilter.UnitTest()
           
 
Method Summary
 void test_caseSensitiveFilter()
           
 void test_directoryHandling()
           
 void test_nonCaseSensitiveFilter()
           
 
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

matchingFilesCaseSens

private static final File[] matchingFilesCaseSens

nonmatchingFilesCaseSens

private static final File[] nonmatchingFilesCaseSens

matchingFilesCaseInsens

private static final File[] matchingFilesCaseInsens

nonmatchingFilesCaseInsens

private static final File[] nonmatchingFilesCaseInsens
Constructor Detail

FilenameSuffixFilter.UnitTest

public FilenameSuffixFilter.UnitTest()
Method Detail

test_caseSensitiveFilter

public void test_caseSensitiveFilter()

test_nonCaseSensitiveFilter

public void test_nonCaseSensitiveFilter()

test_directoryHandling

public void test_directoryHandling()