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

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

jQuery Mobile app not scrolling in Firefox -

how to receive file in java(servlet/jsp) -