SysTestSuite.run Method [AX 2012]

Runs the test suite.

Syntax

public SysTestResult run(SysTestResult _result)

Run On

Called

Parameters

  • _result
    Type: SysTestResult Class
    The instance of the SysTestResult class to receive the results.

Return Value

Type: SysTestResult Class
The instance of the SysTestResult class that received the results.

See Also

SysTestSuite Class

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework