org.hackystat.sensor.ant.checkstyle
Class TestCheckstyleSensor

java.lang.Object
  extended by org.hackystat.sensor.ant.test.AntSensorTestHelper
      extended by org.hackystat.sensor.ant.checkstyle.TestCheckstyleSensor

public class TestCheckstyleSensor
extends AntSensorTestHelper

Tests the Ant CheckstyleSensor.

Author:
Philip Johnson, Aaron A. Kagawa

Field Summary
 
Fields inherited from class org.hackystat.sensor.ant.test.AntSensorTestHelper
host, server, user
 
Constructor Summary
TestCheckstyleSensor()
           
 
Method Summary
 void testCheckstyleSensor()
          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

TestCheckstyleSensor

public TestCheckstyleSensor()
Method Detail

testCheckstyleSensor

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

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