XJLinkSelfTestCollection Class
A collection of XJLink self tests. Initialised to contain all the tests available to be run on the XJLink. Tests in the collection are enabled and disabled from running by setting their ToRun property.
Namespace: XJTAG.Integration
Syntax
public class XJLinkSelfTestCollection : IEnumerable<XJLinkSelfTest>
Inheritance Hierarchy
- object
- IEnumerable<XJLinkSelfTest>
- IEnumerable
Members
Constructors
Name | Description |
---|---|
XJLinkSelfTestCollection | Initializes a new instance of the XJLinkSelfTestCollection class, containing all the tests available for the XJLink. By default, tests requiring the loop back cable are disabled. |
Indexers
Name | Description |
---|---|
XJLinkSelfTest this[int] | Returns the XJLinkSelfTest in the collection at the specified index. |
XJLinkSelfTest this[string] | Returns the XJLinkSelfTest in the collection with the specified key. |
Properties
Name | Description |
---|---|
Count | Gets the number of tests in the collection. |
Methods
Name | Description |
---|---|
Equals(object) (from object) | |
Finalize (from object) | |
GetEnumerator | Returns an enumerator that iterates through the XJLinkSelfTests in the collection. |
GetHashCode (from object) | |
GetType (from object) | |
MemberwiseClone (from object) | |
ToString (from object) |
XJTAG v4.1.100