org.hackystat.telemetry.service.resource.chart
Class TestCyclomaticComplexityChartRestApi

java.lang.Object
  extended by org.hackystat.telemetry.service.test.TelemetryTestHelper
      extended by org.hackystat.telemetry.service.resource.chart.TestCyclomaticComplexityChartRestApi

public class TestCyclomaticComplexityChartRestApi
extends TelemetryTestHelper

Tests the Churn Chart processing.

Author:
Philip Johnson

Constructor Summary
TestCyclomaticComplexityChartRestApi()
           
 
Method Summary
 void generateData()
          Creates FileMetrics on server for use in Telemetry processing.
 void testChart()
          Tests the chart.
 
Methods inherited from class org.hackystat.telemetry.service.test.TelemetryTestHelper
getDailyProjectDataHostName, getSensorBaseHostName, getTelemetryHostName, setupServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCyclomaticComplexityChartRestApi

public TestCyclomaticComplexityChartRestApi()
Method Detail

generateData

public void generateData()
                  throws java.lang.Exception
Creates FileMetrics on server for use in Telemetry processing.

Throws:
java.lang.Exception - If problems occur.

testChart

public void testChart()
               throws java.lang.Exception
Tests the chart.

Throws:
java.lang.Exception - If problems occur.