Share via


SysTestExecutable.run Method [AX 2012]

Runs the test.

Syntax

public SysTestResult run(SysTestResult _result)

Run On

Called

Parameters

  • _result
    Type: SysTestResult Class
    An instance of the SysTestResult class to write the results of the test to.

Return Value

Type: SysTestResult Class
An instance of the SysTestResult class with the results of the test.

See Also

Reference

SysTestExecutable Interface