UnitDiagnostic | |
Type | statement |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.unittest |
Summary | Log unit test diagnostic message. |
Example |
|
Description | Log a message as a test diagnostic. The Message may have multiple lines. You may wish to log diagnostic messages to help make the test log easier to read by adding info about what's being tested, or add information when a test fails to help understand why the failure occurred. |
Tags | unit tests,unit tests |