SysTestSuite.addTestable Method [AX 2012]
Adds a test case to the suite.
public void addTestable(anytype _class, [IdentifierName _methodName])
Run On
CalledParameters
- _class
- Type: anytype
The test case to add.
- _methodName
- Type: IdentifierName Extended Data Type
The test method on the test case to add; optional.
Community Additions
ADD
Show: