Go to file
Matthew Jason Benson bb1b7d0440 don't fork AntUnit tests as regexp impls are not seen by <junit>.
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@463018 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 22:41:47 +00:00
docs Hopefully make wording a little more clear. 2006-10-03 16:45:02 +00:00
src Fix failure by making each test execute in its own Project just like we said. 2006-10-11 22:17:47 +00:00
NOTICE adapt to common NOTICE file format 2006-07-26 04:24:01 +00:00
README update docs 2006-09-19 04:31:21 +00:00
build.xml don't fork AntUnit tests as regexp impls are not seen by <junit>. 2006-10-11 22:41:47 +00:00
contributors.xml add assertMatches assertion 2006-09-28 22:12:58 +00:00
doap_AntUnit.rdf Add release date 2006-09-22 03:53:13 +00:00
version.properties bump version 2006-09-22 03:52:29 +00:00

README

What's this?
============

This library contains tasks that enables Ant task developers to test
their tasks with Ant and without JUnit.  It contains a few assertion
tasks and an antunit task that runs build files instead of test
classes and is modelled after the JUnit task.

Learn more
==========

The documentation is included in the docs subdirectory of this
distribution.  The home of this library is
<http://ant.apache.org/antlibs/antunit/index.html>.

Building
========

This Ant Library requires Ant 1.7.0beta2 or later to build, some of
the test use JUnit 3 (3.8.2 recommended).

It should work with any Java(TM) Runtime (and compile with any Java(TM)
Developer Kit) starting with version 1.2.

Using
=====

You use this Ant library like any other Ant library 8-)

In short you can make it available to Ant in a variety of ways, please
see the Ant manual or the index.html file in the docs subdirectory of
this distribtion for details.