com.splunk
Class ModularInputKindsTest

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

public class ModularInputKindsTest
extends SDKTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.splunk.SDKTestCase
SDKTestCase.EventuallyTrueBehavior
 
Constructor Summary
ModularInputKindsTest()
           
 
Method Summary
 void checkModularInputKind(ModularInputKind m)
           
 void testArgDataType()
           
 void testArgDescription()
           
 void testGetArguments()
           
 void testInputByName()
           
 void testInputKindDescriptionAndTitle()
           
 void testListInputKinds()
           
 void testNonexistantArg()
           
 void testRequiredOnCreate()
           
 void testRequiredOnEdit()
           
 
Methods inherited from class com.splunk.SDKTestCase
assertEventuallyTrue, clearRestartMessage, connect, hasTestData, installApplicationFromTestData, isPortInUse, openResource, restartRequired, setUp, splunkRestart, streamToString, tearDown, uncheckedSplunkRestart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModularInputKindsTest

public ModularInputKindsTest()
Method Detail

checkModularInputKind

public void checkModularInputKind(ModularInputKind m)

testListInputKinds

public void testListInputKinds()

testInputByName

public void testInputByName()

testNonexistantArg

public void testNonexistantArg()

testInputKindDescriptionAndTitle

public void testInputKindDescriptionAndTitle()

testArgDescription

public void testArgDescription()

testArgDataType

public void testArgDataType()

testRequiredOnCreate

public void testRequiredOnCreate()

testRequiredOnEdit

public void testRequiredOnEdit()

testGetArguments

public void testGetArguments()