Package org.hackystat.sensor.ant.junit

Implements a JUnit sensor for the Ant build system, which sends unit test outcome data generated by the JUnit tool to a Hackystat server as UnitTest sensor data.

See:
          Description

Class Summary
JUnitSensor Implements an Ant task that parses the XML files generated by JUnit and sends the test case results to the Hackystat server.
TestJUnitSensor Tests the Ant JUnit sensor.
 

Package org.hackystat.sensor.ant.junit Description

Implements a JUnit sensor for the Ant build system, which sends unit test outcome data generated by the JUnit tool to a Hackystat server as UnitTest sensor data. This sensor is designed to run after the JUnit task in Ant. The JUnit task must be configured to save out the results of tests into XML files. This sensor reads in those files and uses that data to construct the notification that is sent to the server.