com.splunk
Class UtilTest

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

public class UtilTest
extends SDKTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.splunk.SDKTestCase
SDKTestCase.EventuallyTrueBehavior
 
Constructor Summary
UtilTest()
           
 
Method Summary
 void testArgs()
           
 void testJoin()
           
 void testJoinOnArray()
           
 void testSubstringAfterFails()
           
 void testSubstringAfterSucceeds()
           
 void testValue()
           
 
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

UtilTest

public UtilTest()
Method Detail

testJoin

public void testJoin()

testJoinOnArray

public void testJoinOnArray()

testSubstringAfterSucceeds

public void testSubstringAfterSucceeds()

testSubstringAfterFails

public void testSubstringAfterFails()

testArgs

public void testArgs()

testValue

public void testValue()