org.hackystat.telemetry.service.resource.ping
Class TestPingRestApi

java.lang.Object
  extended by org.hackystat.telemetry.service.test.TelemetryTestHelper
      extended by org.hackystat.telemetry.service.resource.ping.TestPingRestApi

public class TestPingRestApi
extends TelemetryTestHelper

Tests the Ping REST API.

Author:
Philip Johnson

Constructor Summary
TestPingRestApi()
           
 
Method Summary
 void testPing()
          Test that GET {host}/ping returns the service name.
 
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

TestPingRestApi

public TestPingRestApi()
Method Detail

testPing

public void testPing()
              throws java.lang.Exception
Test that GET {host}/ping returns the service name.

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