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

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

public class TestChartRestApi
extends TelemetryTestHelper

Tests the definition and index parts of the Chart REST API.

Author:
Philip Johnson

Constructor Summary
TestChartRestApi()
           
 
Method Summary
 void setupClient()
          Creates DevEvents on server for use in Telemetry processing.
 void testChartDefinition()
          Tests the Chart Definition interface.
 void testChartIndex()
          Tests the ChartIndex interface.
 
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

TestChartRestApi

public TestChartRestApi()
Method Detail

setupClient

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

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

testChartIndex

public void testChartIndex()
                    throws java.lang.Exception
Tests the ChartIndex interface.

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

testChartDefinition

public void testChartDefinition()
                         throws java.lang.Exception
Tests the Chart Definition interface.

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