In eclipse is it possible to generate test cases, but they are only templates for method names.
Is there a tool or plugin for Eclipse that generates some more code?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on your testing framework (JUnit or TestNg, or…).
Since Eclipse comes with JUnit, the JUnit.org site has a list of code generators you might consider, but none with the exact feature you are looking for (and none directly integrated as a maven task).