Question

Are there any solution to get rid of using Java reflections in my case. Please see the following for my requirement.

  1. A java project is created containing different 5 classes and 5 methods in each class.
  2. These methods are listed in an excel. Example: In a single column in excel I specify the following: Method2 from Class1, Method 5 from Class4 and Method 3 from Class 2
  3. When I execute my program(another Junit method), It should call the methods in the above order and upon successful execution should display result.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top