org.hackystat.telemetry.service.resource.cache
Class TestCacheRestApi

java.lang.Object
  extended by org.hackystat.telemetry.service.test.TelemetryTestHelper
      extended by org.hackystat.telemetry.service.resource.cache.TestCacheRestApi

public class TestCacheRestApi
extends TelemetryTestHelper

Tests the Telemetry Cache API.

Author:
Philip Johnson

Constructor Summary
TestCacheRestApi()
           
 
Method Summary
 void generateData()
          Creates Build sensor data on server for use in Telemetry processing.
 void testBuildChartDefault()
          Tests the cache api.
 
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

TestCacheRestApi

public TestCacheRestApi()
Method Detail

generateData

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

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

testBuildChartDefault

public void testBuildChartDefault()
                           throws java.lang.Exception
Tests the cache api.

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