SysTestAssert.info Method [AX 2012]

Logs an informational message to the Infolog.

Syntax

public void info(str _message)

Run On

Called

Parameters

  • _message
    Type: str
    A message to be logged to the Infolog.

Remarks

If you use the Unit Test toolbar to run tests, error messages are displayed in the Infolog. Info messages are ignored in the toolbar.

See Also

SysTestAssert Class

SysTestCase Class

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework