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. If false 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. If false they will be disabled.

Exceptions

RuntimeException

The tests for the XJLink could not be retrieved.