Constructor
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.
Type: XJLinkSelfTestCollection
Namespace: XJTAG.Integration
Syntax
public XJLinkSelfTestCollection(XJLink xjlink, bool loopBackTestEnabled, bool interactiveTestsEnabled)
Parameters
- xjlink
Type: XJLink
The XJLink to get the available tests for.
- loopBackTestEnabled
Type: bool
If
true , the loopback test will enabled, and so will run when the tests are run. Iffalse it will be disabled.- interactiveTestsEnabled
Type: bool
If
true , tests requiring user action to complete will be enabled, and so will run when the tests are run. Iffalse they will be disabled.
Exceptions
- RuntimeException
The tests for the XJLink could not be retrieved.
XJTAG v4.2.5
