SysTestCase.assertExpectedInfoLogMessage Method [AX 2012]

Validates that an expected message has been put in the Infolog.

Syntax

public void assertExpectedInfoLogMessage(str _infoMessage, [str _message])

Run On

Called

Parameters

  • _infoMessage
    Type: str
    The message that is expected in the Infolog.
  • _message
    Type: str
    The message to display in case the message has not been put in the Infolog.

See Also

Reference

SysTestCase Class