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

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

public class TestCodeIssueChartRestApi
extends TelemetryTestHelper

Tests CodeIssue Chart processing.

Author:
Philip Johnson

Constructor Summary
TestCodeIssueChartRestApi()
           
 
Method Summary
 void generateData()
          Creates Commits on server for use in Telemetry processing.
 void testCodeIssueType()
          Tests the chart.
 void testTotalCodeIssue()
          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

TestCodeIssueChartRestApi

public TestCodeIssueChartRestApi()
Method Detail

generateData

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

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

testTotalCodeIssue

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

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

testCodeIssueType

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

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