All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.ClassLoader
|
+----junit.ui.TestCaseClassLoader
The list of excluded package paths is specified in a properties file "excluded.properties" that is located in the same place as the TestCaseClassLoader class.
Known limitation: the TestCaseClassLoader cannot load classes from jar files.
public TestCaseClassLoader()
public URL getResource(String name)
public InputStream getResourceAsStream(String name)
protected boolean isExcluded(String name)
public synchronized Class loadClass(String name,
boolean resolve) throws ClassNotFoundException
All Packages Class Hierarchy This Package Previous Next Index