UnitTestSkipDescriptionAndReason | |||||||
Type | statement | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.unittest | ||||||
Summary | Record a skipped test with a test description and reason for skipping | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | Record that a test was skipped. The Description is a message that summarises the test that was skipped, and the Reason explains why the test couldn't be done. For example, the feature being tested isn't supported by the platform that the test is running on. | ||||||
Tags | unit tests,unit tests |