| java.lang.ClassTestGetClassLoader
ClassTestGetClassLoader | public class ClassTestGetClassLoader extends TestCase (Code) | | tested class: java.lang.Class
tested method: getClassLoader
|
Method Summary | |
public void | test1() Classes from API class library must be loaded by bootstrap class loader. | public void | test2() null must be returned for the primitive types. |
test1 | public void test1()(Code) | | Classes from API class library must be loaded by bootstrap class loader.
|
test2 | public void test2()(Code) | | null must be returned for the primitive types.
|
|
|