%DeepSee.QueryTest
class %DeepSee.QueryTest extends %RegisteredObject
Utility class that provides an API for testing DeepSee queries.
Inventory
Summary
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.