This documentation is archived and is not being maintained.
SysTestAssert.fail Method [AX 2012]
Fails the current test case.
public void fail([str _message])
Run On
Called
Parameters
-
_message
- Type: str
A failure message; optional.
Use this method if none of the assertion methods suits your needs. To use this method, create your own validation logic and call the fail method.