SysTestCase.getListenerInformation Method [AX 2012]

Gets the listener information for the test method.

public Struct getListenerInformation(SysTest _sysTest)

Run On

Called

Parameters

_sysTest
Type: SysTest Class
The test method to be executed.

Return Value

Type: Struct Class
A struct value that contains name and value pairs that will be passed to the listeners.

This method can be overridden to specify custom information to be logged for this test case. The XML listener will log the information.

Community Additions

ADD
Show: