SysTestCase.run Method [AX 2012]

Runs the test case.

Syntax

public SysTestResult run([SysTestResult _result])

Run On

Called

Parameters

  • _result
    Type: SysTestResult Class
    An instance of the SysTestResult class to receive the results; optional.

Return Value

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

See Also

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework