SysTest.run Method [AX 2012]
Runs the test method and writes the result to an instance of the SysTestResult class.
public SysTestResult run(SysTestResult _result)
Run On
CalledParameters
- _result
- Type: SysTestResult Class
An instance of the SysTestResult class to write the results of the test method to.
Return Value
Type: SysTestResult ClassThe instance of the SysTestResult class where the results of the test method are written.
Community Additions
ADD
Show: