Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: bimatest - Function Up: bimatester - Tool Previous: bimatester.runtests - Function


bimatester.summary - Function



Package bima
Module bimatester
Tool bimatester


Summarize the test results


Synopsis
summary(verbose)


Description

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.



Arguments

verbose   Print results to the log?
    Allowed: Boolean
    Default: T


Returns
record of test results


Example
- 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]








next up previous contents index
Next: bimatest - Function Up: bimatester - Tool Previous: bimatester.runtests - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01