com.splunk
Class SavedSearchTest

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

public class SavedSearchTest
extends SDKTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.splunk.SDKTestCase
SDKTestCase.EventuallyTrueBehavior
 
Constructor Summary
SavedSearchTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAcknowledge()
           
 void testCannotUpdateName()
           
 void testCreateWithNoSearch()
           
 void testDispatch()
           
 void testDispatchWithoutOptions()
           
 void testHistory()
           
 void testScheduled()
           
 void testUpdate()
           
 void testUpdateWithBogusKeysFails()
           
 
Methods inherited from class com.splunk.SDKTestCase
assertEventuallyTrue, clearRestartMessage, connect, hasTestData, installApplicationFromTestData, isPortInUse, openResource, restartRequired, splunkRestart, streamToString, uncheckedSplunkRestart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavedSearchTest

public SavedSearchTest()
Method Detail

setUp

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

tearDown

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

testUpdate

public void testUpdate()

testScheduled

public void testScheduled()

testCreateWithNoSearch

public void testCreateWithNoSearch()

testAcknowledge

public void testAcknowledge()

testUpdateWithBogusKeysFails

public void testUpdateWithBogusKeysFails()

testCannotUpdateName

public void testCannotUpdateName()

testDispatch

public void testDispatch()

testDispatchWithoutOptions

public void testDispatchWithoutOptions()

testHistory

public void testHistory()