modelIfExpression
Extends from Icons.TestCase.
Information
Tests that if expression clauses are only evaluated if the appropriate condition is true.Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | b | true |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | i | if not b then f() else 1 |
Contents
| Name | Description |
|---|---|
| f |