LiveCode BuilderStatementsUnitTestOn this pageUnitTest Type statement Summary Make a unit test assertion Syntax test <Condition> Description Make a basic unit test assertion, with no test description. It is usually more helpful to use UnitTestDescription. Examples test 2 > 1 Related statement: UnitTestDescription