UnitTest

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

Make a unit test assertion

Example
test 2 > 1
RelatedStatement: UnitTestDescription
Description

Make a basic unit test assertion, with no test description. It is usually more helpful to use UnitTestDescription.

Tagsunit tests,unit tests