org.hackystat.sensor.ant.jdepend
Class TestJDependSensor

java.lang.Object
  extended by org.hackystat.sensor.ant.test.AntSensorTestHelper
      extended by org.hackystat.sensor.ant.jdepend.TestJDependSensor

public class TestJDependSensor
extends AntSensorTestHelper

Tests the Ant JDepend sensor.

Author:
Philip Johnson, Aaron A. Kagawa

Field Summary
 
Fields inherited from class org.hackystat.sensor.ant.test.AntSensorTestHelper
host, server, user
 
Constructor Summary
TestJDependSensor()
           
 
Method Summary
 void testJDependSensor()
          Tests Sensor by processing some test 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

TestJDependSensor

public TestJDependSensor()
Method Detail

testJDependSensor

public void testJDependSensor()
                       throws java.lang.Exception
Tests Sensor by processing some test files.

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