com.splunk
Class InputTest

java.lang.Object
  extended by com.splunk.SDKTestCase
      extended by com.splunk.InputTest
Direct Known Subclasses:
InputCrudTest, ModularInputTest, PortInputTest

public class InputTest
extends SDKTestCase

Base class of tests that need to access the service's InputCollection or otherwise need to manipulate Input entities. Class was abstract, and abstract has only been removed, and testNop added, to make Ant's test runner happy.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.splunk.SDKTestCase
SDKTestCase.EventuallyTrueBehavior
 
Constructor Summary
InputTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testNop()
           
 void testRemoveFromCollection()
           
 
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

InputTest

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

testNop

public void testNop()

testRemoveFromCollection

public void testRemoveFromCollection()