UnitPlan | |
Type | statement |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.unittest |
Summary | Announce how many test results are expected from the unit test. |
Example |
|
Description | Log the number of unit test assertions which are expected to occur in the current unit test. This may be used by the test framework to flag an error if too few test results appear in the test result. For example, this allows the test framework to detect whether a unit test failed silently. Using |
Tags | unit tests,unit tests |