SysTestSuite.firstTestable Method [AX 2012]

Finds the first SysTestable class inside the suite.

Syntax

protected SysTestable firstTestable()

Run On

Called

Return Value

Type: SysTestable Interface
The first SysTestable class inside the suite; nullNothingnullptrunita null reference (Nothing in Visual Basic) if none is found.

Remarks

The search will only look at the first level children in this suite; it will not search recursively through sub suites.

See Also

Reference

SysTestSuite Class