单元测试 Apache AntUnit 1.2 发布

openkk 13年前
     <p>Apache AntUnit 是一个 Ant 的任务,用来提供单元测试。<br /> <strong>Apache Ant</strong>,是一个将软件<span class="new">编译</span>、测试、<span class="new">部署</span>等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。由Apache软件基金会所提供。</p>    <p>实力配置:</p>    <pre class="brush:xml; toolbar: true; auto-links: false;">    <au:antunit>        <fileset dir="." includes="touch.xml"/>        <au:plainlistener/>      </au:antunit></pre>    <p></p>    <p><strong>Changes:</strong> 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<span class="truncate_more"> the test cases<br /> <br /> 项目地址:<a href="/misc/goto?guid=4958184730449482378" target="_blank">http://ant.apache.org/antlibs/antunit/</a></span></p>    <p></p>