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
IOException
public static void deleteTestDir() throws IOException
IOException
public void testClassFinderCanFindClassesInJars() throws Exception
Exception
public void testClassFinderHandlesConflicts() throws Exception
Exception
public void testClassFinderHandlesNestedPackages() throws Exception
Exception
public void testClassFinderFiltersByNameInJar() throws Exception
Exception
public void testClassFinderFiltersByClassInJar() throws Exception
Exception
public void testClassFinderFiltersByPathInJar() throws Exception
Exception
public void testClassFinderCanFindClassesInDirs() throws Exception
Exception
public void testClassFinderFiltersByNameInDirs() throws Exception
Exception
public void testClassFinderFiltersByClassInDirs() throws Exception
Exception
public void testClassFinderFiltersByPathInDirs() throws Exception
Exception