Qt 4.8
|
#include <qtesttable_p.h>
Public Functions | |
void | addColumn (int elementType, const char *elementName) |
int | dataCount () const |
const char * | dataTag (int index) const |
int | elementCount () const |
int | elementTypeId (int index) const |
int | indexOf (const char *elementName) const |
bool | isEmpty () const |
QTestData * | newData (const char *tag) |
QTestTable () | |
QTestData * | testData (int index) const |
~QTestTable () | |
Static Public Functions | |
static void | clearGlobalTestTable () |
static QTestTable * | currentTestTable () |
static QTestTable * | globalTestTable () |
Properties | |
QTestTablePrivate * | d |
Definition at line 63 of file qtesttable_p.h.
QTestTable::QTestTable | ( | ) |
Definition at line 200 of file qtesttable.cpp.
QTestTable::~QTestTable | ( | ) |
Definition at line 206 of file qtesttable.cpp.
void QTestTable::addColumn | ( | int | elementType, |
const char * | elementName | ||
) |
Definition at line 157 of file qtesttable.cpp.
Referenced by QTest::addColumnInternal().
|
static |
|
static |
Definition at line 261 of file qtesttable.cpp.
Referenced by QTest::addColumnInternal(), and QTest::newRow().
int QTestTable::dataCount | ( | ) | const |
Definition at line 177 of file qtesttable.cpp.
Referenced by QTest::qInvokeTestMethod(), and QTest::qPrintDataTags().
const char * QTestTable::dataTag | ( | int | index | ) | const |
Definition at line 220 of file qtesttable.cpp.
int QTestTable::elementCount | ( | ) | const |
Definition at line 165 of file qtesttable.cpp.
Referenced by QTestData::data(), and QTestData::QTestData().
int QTestTable::elementTypeId | ( | int | index | ) | const |
Definition at line 212 of file qtesttable.cpp.
Referenced by QTest::fetchData(), and QTest::qElementData().
|
static |
Definition at line 248 of file qtesttable.cpp.
Referenced by QTest::qInvokeTestMethod(), QTest::qInvokeTestMethods(), and QTest::qPrintDataTags().
int QTestTable::indexOf | ( | const char * | elementName | ) | const |
Definition at line 233 of file qtesttable.cpp.
Referenced by QTest::fetchData(), and QTest::qElementData().
bool QTestTable::isEmpty | ( | ) | const |
QTestData * QTestTable::newData | ( | const char * | tag | ) |
Definition at line 193 of file qtesttable.cpp.
Referenced by QTest::newRow().
QTestData * QTestTable::testData | ( | int | index | ) | const |
Definition at line 228 of file qtesttable.cpp.
Referenced by QTest::qInvokeTestMethod(), and QTest::qPrintDataTags().
|
private |
Definition at line 88 of file qtesttable_p.h.