标签: java ant junit
我正在执行ant build,我们可以自动化单元测试用例以及构建创建。
答案 0 :(得分:0)
您必须在ant脚本中定义JUnit任务。
<junit> <test name="my.test.TestCase"/> </junit>
有关文档,请参阅JUnit Task。