I've the method names and the arguments/parameters to those methods as input. How do we generate Junit test cases for these methods dynamically. So, for each new method added my program should be
capable of creating Junit test for it with out any source modification.
Thanks in advance for your help.
Best,
vemanand