ant
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
01-25-08 Using Ant with MXUnit. Source is available here: https://mxunit.googlecode.com/svn/org.mxunit.ant.idea/ Get the updated ANT doc here: https://wiki.mxunit.org/display/default/Ant+Task+Doc Overview: Used best for running groups of tests, test suites, and directories of tests. Writes test results in XML, JUnitXML, or HTML to a specified location. This is particularly useful for generating JUnit style reports, using Ant's <junitreport ...> task. This handles BASIC as well as NTML authentication as well as SSL. This assumes a basic knowledge of Ant. Dependencies: This assumes you have Ant installed. If not, please download the latest version from https://ant.apache.org/. The stylesheets in this package are the same as those in JUnit. Just a few slight modifications/branding were made. Usage: See sample-build.xml for usage. Examples: Enjoy ...