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
CalledParameters
- _testable
- Type: SysTestable Interface
The class value that can be tested.
- _methodName
- Type: str
The name of the test method.
Return Value
Type: SysTest ClassA SysTest class created for a given class and method that can be tested.
Show: