casa
5.7.0-16
|
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. More... | |
~TBValidSubtablesTest () | |
std::vector< casacore::String > | checks (casacore::String table) |
Implements TBTest::checks(). More... | |
bool | runCheck (casacore::String table, int i) |
Implements TBTest::runCheck(). More... | |
Public Member Functions inherited from casa::TBTest | |
TBTest (TBBrowser *browser, casacore::String name) | |
Constructor that takes the browser parent and the name of the test. More... | |
virtual | ~TBTest () |
casacore::String | getName () |
Returns the name of the test. More... | |
Additional Inherited Members | |
Protected Attributes inherited from casa::TBTest | |
TBBrowser * | browser |
Browser parent. More... | |
casacore::String | name |
Name of the test. More... | |
casa::TBValidSubtablesTest::TBValidSubtablesTest | ( | TBBrowser * | browser | ) |
Constructor that takes the browser parent.
casa::TBValidSubtablesTest::~TBValidSubtablesTest | ( | ) |
|
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.
|
virtual |
Implements TBTest::runCheck().
Implements casa::TBTest.