casa
$Rev:20696$
|
Tests whether fields ending in _ID have a corresponding subtable. More...
#include <TBTest.h>
Public Member Functions | |
TBIDFieldsTest (TBBrowser *browser) | |
Constructor that takes the browser parent. | |
~TBIDFieldsTest () | |
vector< String > | checks (String table) |
Implements TBTest::checks(). | |
bool | runCheck (String table, int i) |
Implements TBTest::runCheck(). |
Tests whether fields ending in _ID have a corresponding subtable.
casa::TBIDFieldsTest::TBIDFieldsTest | ( | TBBrowser * | browser | ) |
Constructor that takes the browser parent.
vector<String> casa::TBIDFieldsTest::checks | ( | String | table | ) | [virtual] |
Implements TBTest::checks().
For each field ending in _ID: "Field [name]_ID has corresponding table keyword [name]."
Implements casa::TBTest.
bool casa::TBIDFieldsTest::runCheck | ( | String | table, |
int | i | ||
) | [virtual] |
Implements TBTest::runCheck().
Implements casa::TBTest.