Package ant-antunit: Information

Binary package: ant-antunit
Version: 1.4-alt1_2jpp11
Architecture: noarch
Build time:  Jun 1, 2021, 11:08 AM in the task #273228
Source package: ant-antunit
Report package bug
License: ASL 2.0
Summary: Provide antunit ant task
Description: 
The <antunit> task drives the tests much like <junit> does for JUnit tests.

When called on a build file, the task will start a new Ant project for that
build file and scan for targets with names that start with "test". For each
such target it then will:

   1. Execute the target named setUp, if there is one.
   2. Execute the target itself - if this target depends on other targets the
      normal Ant rules apply and the dependent targets are executed first.
   3. Execute the target names tearDown, if there is one.

Maintainer: Igor Vlasenko

List of contributors:
Igor Vlasenko

ACL:
Igor Vlasenko
@everybody

Last changed


June 1, 2021 Igor Vlasenko 1.4-alt1_2jpp11
- new version
Feb. 15, 2020 Igor Vlasenko 1.3-alt1_13jpp8
- fc update
May 25, 2019 Igor Vlasenko 1.3-alt1_11jpp8
- new version