Share via


SysTest.runTestMethod Method [AX 2012]

Runs the test method and handles exceptions.

Syntax

protected void runTestMethod(SysTestResult _result)

Run On

Called

Parameters

  • _result
    Type: SysTestResult Class
    An instance of the SysTestResult class where the results of the test method are written.

See Also

SysTest Class

SysTestCase Class

SysTestSuite Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework