com.splunk
Class SDKTestCase.EventuallyTrueBehavior

java.lang.Object
  extended by com.splunk.SDKTestCase.EventuallyTrueBehavior
Enclosing class:
SDKTestCase

public abstract static class SDKTestCase.EventuallyTrueBehavior
extends java.lang.Object


Field Summary
 int pauseTime
           
 java.lang.String timeoutMessage
           
 int tries
           
 
Constructor Summary
SDKTestCase.EventuallyTrueBehavior()
           
 
Method Summary
abstract  boolean predicate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tries

public int tries

pauseTime

public int pauseTime

timeoutMessage

public java.lang.String timeoutMessage
Constructor Detail

SDKTestCase.EventuallyTrueBehavior

public SDKTestCase.EventuallyTrueBehavior()
Method Detail

predicate

public abstract boolean predicate()