The mlGenerateUnitTestSuite task will create a new test suite, but if you give it the name of an existing suite it will overwrite the setup and teardown modules. Allow generation of a new test case. This could be done a couple ways:
- Modify
mlGenerateUnitTestSuite so that if the test suite already exists, it creates the new test case and skips all the setup/teardown.
- Create a new task for generating only test cases.