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
Post a Comment