| java.lang.ClassTestGetPackage
ClassTestGetPackage | public class ClassTestGetPackage extends TestCase (Code) | | tested class: java.lang.Class
tested method: getPackage
|
Method Summary | |
public void | test1() retrives a package for the class which was loaded by bootstrap class
loader. | public void | test2() retrives a package for the class which was loaded by user-defined class
loader. |
test1 | public void test1()(Code) | | retrives a package for the class which was loaded by bootstrap class
loader.
|
test2 | public void test2()(Code) | | retrives a package for the class which was loaded by user-defined class
loader.
|
|
|