casa
$Rev:20696$
|
Tests whether subtables can be opened and have data. More...
#include <TBTest.h>
Public Member Functions | |
TBValidSubtablesTest (TBBrowser *browser) | |
Constructor that takes the browser parent. | |
~TBValidSubtablesTest () | |
vector< String > | checks (String table) |
Implements TBTest::checks(). | |
bool | runCheck (String table, int i) |
Implements TBTest::runCheck(). |
Constructor that takes the browser parent.
vector<String> casa::TBValidSubtablesTest::checks | ( | String | table | ) | [virtual] |
Implements TBTest::checks().
For each subtable in the keywords: "Subtable [name] can be opened and has at least one row of data."
Implements casa::TBTest.
bool casa::TBValidSubtablesTest::runCheck | ( | String | table, |
int | i | ||
) | [virtual] |
Implements TBTest::runCheck().
Implements casa::TBTest.