functionrunAll
Run all of the test functions and models for QCalc.Blocks
Extends from QCalc.Icons.Function (Icon for functions (from MSL 3.2.1)).
Information
This function call will fail if any of the functions return an
incorrect result. It will return true if all of the functions pass.
The input is the name of a log file where the results should be written.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | logFile | "BlocksTestLog.md" | Name of the log file |
| String | space | "" | Leading space in the log entry |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | ok | true, if all tests passed |