Skip to main content

%DeepSee.QueryTest

class %DeepSee.QueryTest extends %Library.RegisteredObject

Utility class that provides an API for testing DeepSee queries.

Method Inventory

Methods

classmethod %GetTestSpec(pName As %String, Output tSC As %Status) as %DeepSee.TestSpec
Return the test specification object with given (XData) name.
classmethod %Run(pUseCache As %Boolean = 0, pTrace As %Boolean = 0) as %Status
Run all the test queries.
classmethod %RunQuery(pName As %String, pUseCache As %Boolean = 0, pTrace As %Boolean = 0) as %Status
Run the specified test query.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab