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

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

public class TestCommitChartRestApi
extends TelemetryTestHelper

Tests the Commit Chart processing.

Author:
Philip Johnson

Constructor Summary
TestCommitChartRestApi()
           
 
Method Summary
 void generateData()
          Creates Commits on server for use in Telemetry processing.
 void testCommitChartFailureCount()
          Tests the chart.
 void testMemberCommitChartFailureCount()
          Tests that the member chart can be invoked.
 
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

TestCommitChartRestApi

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

testCommitChartFailureCount

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

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

testMemberCommitChartFailureCount

public void testMemberCommitChartFailureCount()
                                       throws java.lang.Exception
Tests that the member chart can be invoked.

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