Package tests
Class ReflectionUtil
java.lang.Object
tests.ReflectionUtil
A helper for all the test classes in
tests
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReflectionUtil
public ReflectionUtil()
-
-
Method Details
-
getField
Returns a private field from a class. -
getMethod
public static Method getMethod(String TargetClassName, String TargetMethod) throws ClassNotFoundException Returns a private method from a class.- Throws:
ClassNotFoundException
-