UnitTestFails | |
Type | statement |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.unittest |
Summary | Make a failing unit test assertion |
Example |
|
Related | Statement: UnitTestFailsDescriptionAndReason |
Description | Make a unit test assertion, in the expectation that it will fail, and without providing a description or reason. It is usually more helpful to use UnitTestFailsDescriptionAndReason. |
Tags | unit tests,unit tests |