Method Summary |
|
public static void | main(String[] args) |
protected void | setUp() |
public void | testClass() Tests that the defining classloader is used to lookup class annotations. |
public void | testCtor() Tests that the defining classloader is used to lookup annotations
of constructors of a class. |
public void | testField() Tests that the defining classloader is used to lookup annotations
of fields of a class. |
public void | testMemberValue() HARMONY-5180 regression test. |
public void | testMethod() Tests that the defining classloader is used to lookup annotations
of methods of a class. |
public void | testPackage() Tests that the defining classloader is used to lookup package annotations. |
public void | testParam() Tests that the defining classloader is used to lookup parameter annotations
of class's methods. |