Go to file
Stefan Bodewig 554680cc16 fix externals reference
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/tags/10@491212 13f79535-47bb-0310-9956-ffa450edef68
2006-12-30 12:05:59 +00:00
docs modified closing tag. Are attributes allowed on closing tags ? 2006-10-28 23:17:29 +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 bump versions 2006-10-29 20:36:00 +00:00
version.properties tag 1.0 of AntUnit 2006-12-30 12:05:01 +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.