Method Summary |
|
public void | test1() Private method method1 should be reflected by getDeclaredMethod() method. |
public void | test2() Attempt to retrieve public method declared in the super class. |
public void | test3() if name is null NullPointerException should be thrown. |
public void | test4() |
public void | test5() |
public void | test6() if a class contains the method with the same name and parameters as its
super class then the method of this class should be reflected. |