Method Summary |
|
public void | test1() Attempt to create an abstract class. |
public void | test2() Attempt to create a class with a private constructor. |
public void | test3() Attempt to create aclass which throws an exception. |
public void | test4() This is normal use of newInstance method. |
public void | test5() Attempt to instantiate an object of the primitive type. |
public void | test6() Attempt to instantiate an object of the primitive type. |
public void | testBug521() |