testing - Maven plugin for junit/testng generation -


are there maven plugins generating test stubs given java project? not looking test case generation - looking junitdoclet.

context: have lot of legacy code without test cases. attempting generate base stubs these classes. if successful - can used code coverage tools add new test cases project lesser effort.

not maven plugin - tool worked best: https://code.google.com/p/randoop/


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -