sas
TestBinding

The binding between the sas.TestSuite and the sas.Test. The test binding has one of 2 roles:

This object is created and deleted via the sas.TestSuite.addTest() and sas.TestSuite.removeTest(). It should not be added or deleted directly using the generic configure methods. Modification of the sas.TestBinding.executionOrder is allowed using the generic configure methods.

public class TestBinding

Properties
executionOrder The execution order of the tests. Only used if the containing the specific execution sequence given the sas.TestBinding.testGroupRole (sas.TestSuite.firstGroupExecutionSequence or sas.TestSuite.lastGroupExecutionSequence) is allSequenced.

type=int
default=1
minimum=1
Displayed(tab/group)=Execution Order

spanObjectPointer A pointer to the parent spanEnabled object.

type=string
access=read-only
default=
minimum=0
maximum=252

test The pointer to the sas.Test.

type=Pointer
access=read-create
Mandatory on create
Displayed(tab/group)=Test

testGroupRole Specifies whether the test belongs to the first or last group of the test suite.

type=sas.TestGroupRole
access=read-create
default=firstGroup
Displayed(tab/group)=Role

testSuite The pointer to the sas.TestSuite.

type=Pointer
access=read-only
default=
Displayed(tab/group)=Test Suite

testedEntity The pointer to an entity tested by this test suite.

type=Pointer
access=read-only

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed