Method Summary |
|
public void | test1() The java.lang.Class class has no public constructotrs. |
public void | test2() The primitive types don't declare public constructors. |
public void | test3() The arrays don't declare public constructors. |
public void | test4() The java.lang.Integer class must have two public constructors. |
public void | test5() The getConstructors() method must not return public constructors of the
super class. |
public void | test6() The getConstructors() method must not return public constructors of the
super class. |