bb.io.filefilter
Class FilenameSuffixFilter.UnitTest
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FilenameSuffixFilter.UnitTest
public FilenameSuffixFilter.UnitTest()
test_caseSensitiveFilter
public void test_caseSensitiveFilter()
test_nonCaseSensitiveFilter
public void test_nonCaseSensitiveFilter()
test_directoryHandling
public void test_directoryHandling()