SysTestSuite.addTestable Method [AX 2012]

Adds a test case to the suite.

Syntax

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

Run On

Called

Parameters

  • _class
    Type: anytype
    The test case to add.

Remarks

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

See Also

SysTestSuite Class

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework