SysTestSuite.addTestable Method [AX 2012]

Adds a test case to the suite.

public void addTestable(anytype _class, [IdentifierName _methodName])

Run On

Called

Parameters

_class
Type: anytype
The test case to add.
_methodName
Type: IdentifierName Extended Data Type
The test method on the test case to add; optional.

If the method name is not specified, all test methods on the test case are added.

Community Additions

ADD
Show: