org.hackystat.sensor.ant.clover
Class TestCloverSensor

java.lang.Object
  extended by org.hackystat.sensor.ant.test.AntSensorTestHelper
      extended by org.hackystat.sensor.ant.clover.TestCloverSensor

public class TestCloverSensor
extends AntSensorTestHelper

Tests the Ant Clover sensor.

Author:
Philip Johnson, Aaron A. Kagawa

Field Summary
 
Fields inherited from class org.hackystat.sensor.ant.test.AntSensorTestHelper
host, server, user
 
Constructor Summary
TestCloverSensor()
           
 
Method Summary
 void testCloverSensor()
          Tests CheckstyleSensor by processing some test checkstyle files.
 
Methods inherited from class org.hackystat.sensor.ant.test.AntSensorTestHelper
getXmlFiles, setupServer, teardownServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCloverSensor

public TestCloverSensor()
Method Detail

testCloverSensor

public void testCloverSensor()
                      throws java.lang.Exception
Tests CheckstyleSensor by processing some test checkstyle files.

Throws:
java.lang.Exception - If a problem occurs.