junit test case generator

前端 未结 5 1536
自闭症患者
自闭症患者 2021-02-08 12:00

Is there a good tool out there to automatically generate jUnit test cases based on some primitive template? This is so that test cases can be written by engineers who do not ha

5条回答
  •  不知归路
    2021-02-08 12:42

    Parasoft's JTest is a commercial tool but it is quite good for:

    • generating unit tests for an existing codebase
    • creating regression tests

    For a free solution you can try the JUnit generation functionality of the CodePro Analytix Eclipse plugin.

提交回复
热议问题