XJEaseGlobals Class

Provides access to global XJEase variables.

Namespace: XJTAG.Integration.XJRunner

Syntax

public sealed class XJEaseGlobals

Inheritance Hierarchy

  • object

Members

Properties

Name Description
AllVariableNames

The names of all globally accessible XJEase variables.

IntVariableNames

The names of all globally accessible XJEase variables of integer type.

SerialNumber

Gets or sets the value of the XJEase SERIAL_NUMBER built-in variable. Note: If this is set, it must be done before the NEW_SERIAL_NUMBER test function is run.

StringVariableNames

The names of all globally accessible XJEase variables of string type.

TestFailCount

Gets the value of the XJEase TEST_FAIL_COUNT built-in variable.

TestPassCount

Gets the value of the XJEase TEST_PASS_COUNT built-in variable.

VariantName

Gets the value of the XJEase VARIANT_NAME built-in variable.

XJPackProjectVersion

Gets the value of the XJEase XJPACK_PROJECT_VERSION built-in variable.

Methods

Name Description
Equals(object) (from object)
Finalize (from object)
GetHashCode (from object)
GetIntValue

Return the value of an integer variable.

GetStringValue

Return the value of a string variable.

GetType (from object)
MemberwiseClone (from object)
SetIntValue(string, uint)

Update the value of an integer variable using a UInt32.

SetIntValue(string, ulong)

Update the value of an integer variable using a UInt64.

SetStringValue

Update the value of a string variable.

ToString (from object)