com.splunk
Class ApplicationTest

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

public class ApplicationTest
extends SDKTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.splunk.SDKTestCase
SDKTestCase.EventuallyTrueBehavior
 
Constructor Summary
ApplicationTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testArchive()
           
 void testContains()
           
 void testEmptyUpdate()
           
 void testFields()
           
 void testForEmptySetup()
           
 void testForSetupPresent()
           
 void testListApplications()
           
 void testUpdate()
           
 
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

ApplicationTest

public ApplicationTest()
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

testForEmptySetup

public void testForEmptySetup()

testForSetupPresent

public void testForSetupPresent()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testArchive

public void testArchive()

testFields

public void testFields()

testUpdate

public void testUpdate()

testEmptyUpdate

public void testEmptyUpdate()

testListApplications

public void testListApplications()

testContains

public void testContains()