SysTest::hasMethod Method [AX 2012]

Checks whether the test case has a test method.

client server public static boolean hasMethod(Object _object, IdentifierName _methodName)

Run On

Called

Parameters

_object
Type: Object Class
The test case in which to test.
_methodName
Type: IdentifierName Extended Data Type
The test method for which to test.

Return Value

Type: boolean
true if the test has the test method; otherwise, false.
Show: