SysTest.register Method [AX 2012]

Registers the test method with the SysTestResult class.

Syntax

public void register(SysTestResult _result)

Run On

Called

Parameters

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

See Also

Reference

SysTest Class