| |
|
| org.netbeans.JarClassLoaderTest
JarClassLoaderTest | public class JarClassLoaderTest extends NbTestCase (Code) | | Tests that cover some basic aspects of a Proxy/JarClassLoader.
author: Petr Nejedly |
dirs | protected File dirs(Code) | | directory full of testing roots
|
jars | protected File jars(Code) | | directory full of JAR files to test
|
JarClassLoaderTest | public JarClassLoaderTest(String name)(Code) | | |
testCanLoadFromDefaultPackage | public void testCanLoadFromDefaultPackage() throws Exception(Code) | | |
testCanLoadFromDefaultPackageCached | public void testCanLoadFromDefaultPackageCached() throws Exception(Code) | | |
testCanLoadFromDefaultPackageDirs | public void testCanLoadFromDefaultPackageDirs() throws Exception(Code) | | |
testFromNonExistentJAR | public void testFromNonExistentJAR() throws Exception(Code) | | |
|
|
|