| java.lang.ClassTestGetProtectionDomain
ClassTestGetProtectionDomain | public class ClassTestGetProtectionDomain extends TestCase (Code) | | tested class: java.lang.Class
tested method: getProtectionDomain
|
Method Summary | |
public void | test1() Checks protection domain for the class which was loaded by bootstrap
class loader. | public void | test2() Checks that protection domain is not null. |
test1 | public void test1()(Code) | | Checks protection domain for the class which was loaded by bootstrap
class loader.
|
test2 | public void test2()(Code) | | Checks that protection domain is not null.
|
|
|