UnitTestFails

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
broken test <Condition>
Associationscom.livecode.unittest
Summary

Make a failing unit test assertion

Example
broken test 1 > 2
RelatedStatement: 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.

Tagsunit tests,unit tests