單元測試 Apache AntUnit 1.2 發布

openkk 13年前發布 | 8K 次閱讀 Ant

Apache AntUnit 是一個 Ant 的任務,用來提供單元測試。
Apache Ant,是一個將軟件編譯、測試、部署等步驟聯系在一起加以自動化的一個工具,大多用于Java環境中的軟件開發。由Apache軟件基金會所提供。

實力配置:

    <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

項目地址:http://ant.apache.org/antlibs/antunit/

 本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!