Go to the source code of this file.
Classes | |
| class | SqlStringAsciiTest |
Functions | |
| FENNEL_UNIT_TEST_SUITE (SqlStringAsciiTest) | |
Variables | |
| const int | MAXLEN = 8 |
| const int | MAXRANDOM = 5 |
| const int | MAXCMPRANDOM = 65536 |
| const int | MAXCMPLEN = 8 |
| const int | MAXLEN = 5 |
| const int | MAXRANDOM = 1 |
| const int | MAXCMPRANDOM = 256 |
| const int | MAXCMPLEN = 3 |
| FENNEL_UNIT_TEST_SUITE | ( | SqlStringAsciiTest | ) |
| const int MAXCMPLEN = 3 |
Definition at line 49 of file SqlStringAsciiTest.cpp.
| const int MAXCMPLEN = 8 |
Definition at line 43 of file SqlStringAsciiTest.cpp.
| const int MAXCMPRANDOM = 256 |
Definition at line 48 of file SqlStringAsciiTest.cpp.
| const int MAXCMPRANDOM = 65536 |
Definition at line 42 of file SqlStringAsciiTest.cpp.
Referenced by SqlStringAsciiTest::testSqlStringCmp_Ascii_Fix_EqLen(), SqlStringAsciiTest::testSqlStringCmp_Ascii_Var_EqLen(), and SqlStringTest::testSqlStringCmp_Bin().
| const int MAXLEN = 5 |
Definition at line 46 of file SqlStringAsciiTest.cpp.
| const int MAXLEN = 8 |
Definition at line 40 of file SqlStringAsciiTest.cpp.
| const int MAXRANDOM = 1 |
Definition at line 47 of file SqlStringAsciiTest.cpp.
| const int MAXRANDOM = 5 |
Definition at line 41 of file SqlStringAsciiTest.cpp.
1.5.1