https://github.com/apache/ant-antlibs-antunit
Mirror of Apache AntUnit - Unit Test Framework for Ant Tasks
https://github.com/apache/ant-antlibs-antunit
ant build-management java
Last synced: about 1 year ago
JSON representation
Mirror of Apache AntUnit - Unit Test Framework for Ant Tasks
- Host: GitHub
- URL: https://github.com/apache/ant-antlibs-antunit
- Owner: apache
- Created: 2014-05-28T07:00:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T20:44:27.000Z (over 4 years ago)
- Last Synced: 2025-04-10T11:58:28.308Z (about 1 year ago)
- Topics: ant, build-management, java
- Language: Java
- Homepage:
- Size: 311 KB
- Stars: 9
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: changes.xml
Awesome Lists containing this project
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
.
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 5.
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.