com.splunk
Class DataModelTest

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

public class DataModelTest
extends SDKTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.splunk.SDKTestCase
SDKTestCase.EventuallyTrueBehavior
 
Constructor Summary
DataModelTest()
           
 
Method Summary
 void tearDown()
           
 void testAccelerationSettings()
           
 void testBaseSearchProperlyParsed()
           
 void testBaseTransactionProperlyParsed()
           
 void testCalculations()
           
 void testConstraints()
           
 void testCreateLocalAccelerationJob()
           
 void testCreateLocalAccelerationJobWithEarliestTime()
           
 void testDataModelCollectionCreateAndDelete()
           
 void testDataModelObjectFetchNotNull()
           
 void testDataModelWithEmptyAttributes()
           
 void testDataModelWithOneObject()
           
 void testDataModelWithTwoObjects()
           
 void testDataModelWithUnicodeAttributes()
           
 void testDataModelWithZeroObjects()
           
 void testGetAndContainsObjectWork()
           
 void testLineage()
           
 void testObjectFields()
           
 void testObjectMetadata()
           
 void testOutputObjectFields()
           
 void testParentOnChild()
           
 void testRunQuery()
           
 
Methods inherited from class com.splunk.SDKTestCase
assertEventuallyTrue, clearRestartMessage, connect, hasTestData, installApplicationFromTestData, isPortInUse, openResource, restartRequired, setUp, splunkRestart, streamToString, uncheckedSplunkRestart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataModelTest

public DataModelTest()
Method Detail

tearDown

public void tearDown()
              throws java.lang.Exception
Overrides:
tearDown in class SDKTestCase
Throws:
java.lang.Exception

testDataModelCollectionCreateAndDelete

public void testDataModelCollectionCreateAndDelete()

testDataModelObjectFetchNotNull

public void testDataModelObjectFetchNotNull()

testDataModelWithZeroObjects

public void testDataModelWithZeroObjects()

testDataModelWithOneObject

public void testDataModelWithOneObject()

testDataModelWithTwoObjects

public void testDataModelWithTwoObjects()

testGetAndContainsObjectWork

public void testGetAndContainsObjectWork()

testDataModelWithUnicodeAttributes

public void testDataModelWithUnicodeAttributes()

testDataModelWithEmptyAttributes

public void testDataModelWithEmptyAttributes()

testAccelerationSettings

public void testAccelerationSettings()

testObjectMetadata

public void testObjectMetadata()

testParentOnChild

public void testParentOnChild()

testLineage

public void testLineage()

testObjectFields

public void testObjectFields()

testOutputObjectFields

public void testOutputObjectFields()

testCreateLocalAccelerationJob

public void testCreateLocalAccelerationJob()

testCreateLocalAccelerationJobWithEarliestTime

public void testCreateLocalAccelerationJobWithEarliestTime()

testConstraints

public void testConstraints()

testCalculations

public void testCalculations()

testRunQuery

public void testRunQuery()

testBaseSearchProperlyParsed

public void testBaseSearchProperlyParsed()

testBaseTransactionProperlyParsed

public void testBaseTransactionProperlyParsed()