SysTest::newTestable Method [AX 2012]

Returns a SysTest class created for a given class and method that can be tested.

client server public static SysTest newTestable(SysTestable _testable, str _methodName)

Run On

Called

Parameters

_testable
Type: SysTestable Interface
The class value that can be tested.
_methodName
Type: str
The name of the test method.

Return Value

Type: SysTest Class
A SysTest class created for a given class and method that can be tested.
Show: