Index of /apache/ant/antlibs/antunit
Name Last modified Size Description
Parent Directory -
binaries/ 2026-06-19 13:02 -
source/ 2026-06-19 13:02 -
RELEASE-NOTES-1.4.1.html 2021-07-07 08:04 425
README.html 2026-06-19 13:01 1.0K
RELEASE-NOTES-1.5.0.html 2026-06-19 13:01 617
Changes in 1.5.0
Changes that Could Break Older Environments:
Fixed Bugs:
Other Changes:
-
Allow the AntUnit task to use a different classloader when
running the test by means of a nested classpath or a
classpathrefid attribute.
Only works properly with Ant 1.10.13 or later.
-
Add new assertNotEquals, assertPropertyNotSet,
assertPropertyNotEquals, assertPropertyDoesntContain and
assertReferenceIsNotSet assertions.
Changes in 1.4.1
Changes that Could Break Older Environments:
Fixed Bugs:
-
We didn't follow our own best practice and hard-coded the
AntUnit URI inside the Antlib descriptor instead of using
ant:current.
BugZilla Issue 65315
Other Changes: