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

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

public class TestUnitTestChartRestApi
extends TelemetryTestHelper

Tests the UnitTest Chart processing.

Author:
Philip Johnson

Constructor Summary
TestUnitTestChartRestApi()
           
 
Method Summary
 void generateData()
          Creates UnitTests on server for use in Telemetry processing.
 void testMemberUnitTestChartFailureCount()
          Tests the UnitTest chart.
 void testUnitTestChartFailureCount()
          Tests the UnitTest chart.
 void testUnitTestChartTotalCount()
          Tests the UnitTest 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

TestUnitTestChartRestApi

public TestUnitTestChartRestApi()
Method Detail

generateData

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

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

testUnitTestChartFailureCount

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

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

testMemberUnitTestChartFailureCount

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

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

testUnitTestChartTotalCount

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

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