public class TestClassFinder extends Object
| Modifier and Type | Field and Description |
|---|---|
TestName |
name |
| Constructor and Description |
|---|
TestClassFinder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createTestDir() |
static void |
deleteTestDir() |
void |
testClassFinderCanFindClassesInDirs() |
void |
testClassFinderCanFindClassesInJars() |
void |
testClassFinderDefaultsToOwnPackage() |
void |
testClassFinderFiltersByClassInDirs() |
void |
testClassFinderFiltersByClassInJar() |
void |
testClassFinderFiltersByNameInDirs() |
void |
testClassFinderFiltersByNameInJar() |
void |
testClassFinderFiltersByPathInDirs() |
void |
testClassFinderFiltersByPathInJar() |
void |
testClassFinderHandlesConflicts() |
void |
testClassFinderHandlesNestedPackages() |
public static void createTestDir()
throws IOException
IOExceptionpublic static void deleteTestDir()
throws IOException
IOExceptionpublic void testClassFinderCanFindClassesInJars()
throws Exception
Exceptionpublic void testClassFinderHandlesConflicts()
throws Exception
Exceptionpublic void testClassFinderHandlesNestedPackages()
throws Exception
Exceptionpublic void testClassFinderFiltersByNameInJar()
throws Exception
Exceptionpublic void testClassFinderFiltersByClassInJar()
throws Exception
Exceptionpublic void testClassFinderFiltersByPathInJar()
throws Exception
Exceptionpublic void testClassFinderCanFindClassesInDirs()
throws Exception
Exceptionpublic void testClassFinderFiltersByNameInDirs()
throws Exception
Exceptionpublic void testClassFinderFiltersByClassInDirs()
throws Exception
Exceptionpublic void testClassFinderFiltersByPathInDirs()
throws Exception
Exception