Go to the source code of this file.
Classes | |
class | SqlStringTestGen |
class | SqlStringTest |
Functions | |
FENNEL_UNIT_TEST_SUITE (SqlStringTest) | |
Variables | |
const int | MAXLEN = 8 |
const int | MAXRANDOM = 5 |
const int | MAXCMPLEN = 8 |
const int | BUMPERLEN = 3 |
const char | BUMPERCH = '@' |
FENNEL_UNIT_TEST_SUITE | ( | SqlStringTest | ) |
const char BUMPERCH = '@' |
Definition at line 41 of file SqlStringTestAscii.cpp.
Referenced by SqlStringTest::testSqlStringClass(), and SqlStringTestGen::verify().
const int BUMPERLEN = 3 |
Definition at line 40 of file SqlStringTestAscii.cpp.
const int MAXCMPLEN = 8 |
Definition at line 39 of file SqlStringTestAscii.cpp.
const int MAXLEN = 8 |
Definition at line 37 of file SqlStringTestAscii.cpp.
const int MAXRANDOM = 5 |
Definition at line 38 of file SqlStringTestAscii.cpp.