SysTestCase.getListenerInformation Method [AX 2012]

Gets the listener information for the test method.

Syntax

public Struct getListenerInformation(SysTest _sysTest)

Run On

Called

Parameters

Return Value

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

Remarks

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

See Also

SysTestCase Class

How to: Display Test Case Results

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework