Go to file
Stefan Bodewig fd04cd6899 prepare RC3 of AntUnit 1.4 2018-06-22 07:23:35 +02:00
common@3c6caed623 upgrade commons for .gitignore/modules changes 2018-06-18 21:35:22 +02:00
docs AntUnit now requires Ant 1.8.1 2018-06-22 06:44:05 +02:00
src fix line-ends 2018-06-18 21:36:08 +02:00
.gitattributes fix line-ends 2018-06-18 21:36:08 +02:00
.gitignore ignore target folder 2016-03-29 17:46:26 +02:00
.gitmodules add common as submodule 2014-07-26 07:26:55 +02:00
NOTICE welcome to 2018 2018-06-19 16:42:45 +02:00
README AntUnit now requires Ant 1.8.1 2018-06-22 06:44:05 +02: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 AntUnit now requires Ant 1.8.1 2018-06-22 06:44:05 +02:00
contributors.xml Try to reduce the risk of StackOverflow/OOM in report 2014-12-26 12:55:42 +01:00
ivy.xml assertLogNotContaining missing in Ant 1.7; sync ivy.xml and pom.xml 2017-12-21 19:12:47 +01:00
prepare.xml add common as submodule 2014-07-26 07:26:55 +02:00
project-template.pom AntUnit now requires Ant 1.8.1 2018-06-22 06:44:05 +02:00
version.properties prepare RC3 of AntUnit 1.4 2018-06-22 07:23:35 +02: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.8.1 or later to build, some of
the test use JUnit 4 (4.12 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.