Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimatester | |
Tool | bimatester |
This function summarizes the test results by returning a record containing the results and optionally printing a summary to the log. A value of T associated with a test means that it passed, F if it failed.
verbose | Print results to the log? | ||
Allowed: | Boolean | ||
Default: | T |
- bt := bimatester(2); # Run all available tests + bt.runtests(); Lots of messages T - results := bt.summary() NORMAL: BIMATESTER.FILLER: T NORMAL: BIMATESTER.CALIBRATION: T NORMAL: BIMATESTER.IMAGING: T NORMAL: BIMATESTER.CLEANING: T - print results; [FILLER=T, CALIBRATION=T, IMAGING=T, CLEANING=T]