SysTest::createSuite Method [AX 2012]

Creates a test suite for the test class.

Syntax

client server public static SysTestSuite createSuite(str _testClass)

Run On

Called

Parameters

  • _testClass
    Type: str
    The test class that the test suite is created for.

Return Value

Type: SysTestSuite Class
A test suite for the test class.

See Also

SysTest Class

SysTestCase Class

SysTestSuite Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework