UnitTestSkipDescription

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

Record a skipped test with a description

Example
skip test "open web socket"
Description

Record that a test was skipped. The Description string is a short message that summarises the test that was skipped.

Tagsunit tests,unit tests