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 -

c++ - Serialize a class with a Qlist of custom classes as member (using QDataStream) -

Read video using VideoReader function in Matlab? -