Apache AntUnit 是一个 Ant 的任务,用来提供单元测试。
实力配置:
<au:antunit>
<fileset dir="." includes="touch.xml"/>
<au:plainlistener/>
</au:antunit>
Changes: Apart from a few bugfixes and added assertions this release allows Ant references to be passed from the build file containing the <antunit> task to the build file that contains the test cases
暂无更多评论