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

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

public class TestIssueChartRestApi
extends TelemetryTestHelper

Tests the Issue Chart processing.

Author:
Shaoxuan Zhang, Philip Johnson

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

TestIssueChartRestApi

public TestIssueChartRestApi()
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.

testIssueChartAllCount

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

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

testIssueChartOpenCount

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

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