AntUnit - Ant 单元测试任务


Apache
跨平台
Java

软件简介

Apache AntUnit 是一个 Ant 的任务,用来提供单元测试。

实例配置:

    <au:antunit>
      <fileset dir="." includes="touch.xml"/>
      <au:plainlistener/>
    </au:antunit>