com.splunk
Class HttpServiceTest

java.lang.Object
  extended by com.splunk.SDKTestCase
      extended by com.splunk.HttpServiceTest

public class HttpServiceTest
extends SDKTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.splunk.SDKTestCase
SDKTestCase.EventuallyTrueBehavior
 
Constructor Summary
HttpServiceTest()
           
 
Method Summary
 void setUp()
           
 void testGet()
           
 void testRequestMessage()
           
 void testResponseMessage()
           
 void testSend()
           
 
Methods inherited from class com.splunk.SDKTestCase
assertEventuallyTrue, clearRestartMessage, connect, hasTestData, installApplicationFromTestData, isPortInUse, openResource, restartRequired, splunkRestart, streamToString, tearDown, uncheckedSplunkRestart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServiceTest

public HttpServiceTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class SDKTestCase
Throws:
java.lang.Exception

testGet

public void testGet()

testSend

public void testSend()

testRequestMessage

public void testRequestMessage()

testResponseMessage

public void testResponseMessage()