Apache AntUnit 1.0 Beta 2 review

Download
by rbytes.net on

AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit

License: The Apache License 2.0
File size: 48K
Developer: Apache Ant Development Team
0 stars award from rbytes.net

AntUnit is a library of Ant tasks that was initially developed to write tests for Ant tasks without resorting to JUnit. Apache AntUnit makes it easy to turn an existing build file that exhibits an error into an AntUnit test.

Tests are written as targets in a build file using assertion tasks provided by AntUnit. The antunit task executes targets in a collection of build files and supports custom listeners in a manner similar to the junit task's formatters.

Requirements:
Apache Ant

What's New in This Release:
This release fixes a few bugs found in the first beta, and adds a new assertion that matches strings against regular expressions (requires Apache Ant 1.7.0 Beta 3 or later).

Apache AntUnit 1.0 Beta 2 keywords