Go to file
Stefan Bodewig 048cade8bd merge err/out changes from Ant's trunk (output to HTML rather than plain text)
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@954537 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 16:13:56 +00:00
docs allow passing references from antunit task to tests. PR 49168. Submitted by Jason Trump 2010-04-30 04:25:04 +00:00
src merge err/out changes from Ant's trunk (output to HTML rather than plain text) 2010-06-14 16:13:56 +00:00
NOTICE remove redundant boilerplate code from NOTICE files 2009-03-20 20:24:39 +00:00
README bump a few versions 2008-08-27 04:12:43 +00:00
build.xml Add Junit3 and Junit4 adapters allowing to launch AntUnit script from JUnit runner (I still have some weakness to fix in the junit4 runner) 2009-02-12 22:21:28 +00:00
changes.xml merge err/out changes from Ant's trunk (output to HTML rather than plain text) 2010-06-14 16:13:56 +00:00
contributors.xml allow passing references from antunit task to tests. PR 49168. Submitted by Jason Trump 2010-04-30 04:25:04 +00:00
doap_AntUnit.rdf announce release 2008-09-26 08:54:07 +00:00
maven-metadata.xml Add maven-metadata 2008-09-26 08:48:28 +00:00
project-template.pom whitespace 2010-02-12 10:09:05 +00:00
version.properties open for new development 2008-09-19 09:23:06 +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.0 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.