Reflection Test Helper

Provides an easier and cooler reflection process.

About

The Reflection Test Helper was designed and implemented to provide a simple and cool way to write reflections, which are verbose and relatively difficult to implement. This feature is especially useful when testing a specific class with limited access features such as private access modifiers.

The Reflection Test Helper is easy to use; all you need to be aware of when using it is the class in which the method to be reflected is defined, and the name and arguments of the method to be invoked in the reflection.

Benefit

Easy Reflection

As described earlier, the Reflection Test Helper makes it very easy to use reflection to invoke methods with private modifier. You may be stunned at how easy it is to perform the reflection process.

Reusable

Since the complex reflection process is encapsulated, you only need to be aware of the class object in which the method to be reflected is defined, and the method name and argument definitions to be invoked, and you can implement as many tedious reflection processes as you like.