Skip to main content

%DeepSee.TestSpec

Class %DeepSee.TestSpec Extends (%RegisteredObject, %XML.Adaptor) [ Inheritance = right, System = 3 ]

Utility class. Defines an entry within a DeepSee query test.

Parameters

XMLIGNORENULL

Parameter XMLIGNORENULL = 1;

XMLIGNOREINVALIDATTRIBUTE

Parameter XMLIGNOREINVALIDATTRIBUTE = 0;

NAMESPACE

Parameter NAMESPACE = "http://www.intersystems.com/deepsee/queryTest";

Properties

name

Property name As %String(MAXLEN = 255, XMLPROJECTION = "none");

Name of this test (name of the XData that defined it).

query

Property query As %String(MAXLEN = 32000);

The test query.

totalSum

Property totalSum As %Double;

Expected total sum of all cells within the query.