Share via


SysTestCase.createSuite Method [AX 2012]

Constructs the test suite used by this test case.

Syntax

public SysTestSuite createSuite()

Run On

Called

Return Value

Type: SysTestSuite Class
The test suite used by this test case.

Remarks

Override this method to have the test case use a specific test suite.

See Also

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework