I have a spring mvc web application and I want to automatically generate the junit class for each request handling method defined in my controller.How to use Randoop to generate Junit class that mocks my repository and service class. I need at least the junit skelton for my controller.
Asked
Active
Viewed 1,165 times