Go to file
Stefan Bodewig 0d488d0faf add suiteSetUp and suiteTearDown targets, submitted by David jackman, PR: 43475
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@645886 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 12:52:42 +00:00
docs Add logging of messages to plainlistener, based on code submitted by David Jackman 2008-04-08 10:30:44 +00:00
src add suiteSetUp and suiteTearDown targets, submitted by David jackman, PR: 43475 2008-04-08 12:52:42 +00:00
NOTICE Bug 42745 assertFileExists example wrong, should use @file instead of @name 2007-06-30 21:04:24 +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
changes.xml Add license 2008-03-26 19:00:21 +00:00
contributors.xml Add license 2008-03-26 19:00:21 +00:00
doap_AntUnit.rdf announce 1.0 release 2007-01-08 04:54:38 +00:00
version.properties Add license 2008-03-26 19:00:21 +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.