OpenDNSSEC-enforcer
1.4.5
|
Go to the source code of this file.
Data Structures | |
struct | test_testdef |
struct | test_thread_data |
Functions | |
void | TestInitialize (int argc, char **argv) |
int | TestGetAutomatic (void) |
int | TestGetBasic (void) |
int | TestGetCurses (void) |
int | TestGetConsole (void) |
int | TestGetList (void) |
const char * | TestGetFilename (void) |
void | TcuInitialize (void) |
void | TcuExecute (void) |
int | TcuCreateSuite (const char *title, int(*init)(), int(*teardown)(), struct test_testdef *tests) |
const char * | TdbUsername (void) |
const char * | TdbPassword (void) |
const char * | TdbHost (void) |
const char * | TdbPort (void) |
const char * | TdbName (void) |
int | TdbSetup (void) |
int | TdbTeardown (void) |
int TcuCreateSuite | ( | const char * | title, |
int(*)() | init, | ||
int(*)() | teardown, | ||
struct test_testdef * | tests | ||
) |
Definition at line 146 of file test_routines_cunit.c.
Referenced by TestDb(), TestDds(), TestDis(), TestDqs(), TestDt(), TestDus(), TestKeyword(), TestKsmImport(), TestKsmKey(), TestKsmKeyDelete(), TestKsmParameter(), TestKsmPolicy(), TestKsmPurge(), TestKsmRequest(), TestKsmUpdate(), TestKsmZone(), TestMsg(), TestStr(), and TestStr2().
void TcuExecute | ( | void | ) |
Definition at line 84 of file test_routines_cunit.c.
References TestGetAutomatic(), TestGetBasic(), TestGetConsole(), TestGetFilename(), and TestGetList().
Referenced by main().
void TcuInitialize | ( | void | ) |
Definition at line 63 of file test_routines_cunit.c.
Referenced by main().
const char* TdbHost | ( | void | ) |
Definition at line 82 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbName | ( | void | ) |
Definition at line 87 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbPassword | ( | void | ) |
Definition at line 77 of file test_routines_database.c.
Referenced by TdbSetup().
const char* TdbPort | ( | void | ) |
Definition at line 92 of file test_routines_database.c.
Referenced by TdbSetup().
int TdbSetup | ( | void | ) |
Definition at line 114 of file test_routines_database.c.
References DbConnect(), DbInit(), TdbHost(), TdbName(), TdbPassword(), TdbPort(), and TdbUsername().
Referenced by TestDb(), TestKsmImport(), TestKsmKey(), TestKsmKeyDelete(), TestKsmParameter(), TestKsmPolicy(), TestKsmPurge(), TestKsmRequest(), TestKsmUpdate(), and TestKsmZone().
int TdbTeardown | ( | void | ) |
Definition at line 155 of file test_routines_database.c.
References DbDisconnect(), DbHandle(), and DbRundown().
Referenced by TestDb(), TestKsmImport(), TestKsmKey(), TestKsmKeyDelete(), TestKsmParameter(), TestKsmPolicy(), TestKsmPurge(), TestKsmRequest(), TestKsmUpdate(), and TestKsmZone().
const char* TdbUsername | ( | void | ) |
Definition at line 72 of file test_routines_database.c.
Referenced by TdbSetup().
int TestGetAutomatic | ( | void | ) |
Definition at line 206 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
int TestGetBasic | ( | void | ) |
Definition at line 213 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
int TestGetConsole | ( | void | ) |
Definition at line 218 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
int TestGetCurses | ( | void | ) |
Definition at line 228 of file test_routines.c.
Referenced by TestInitialize().
const char* TestGetFilename | ( | void | ) |
Definition at line 251 of file test_routines.c.
Referenced by TcuExecute().
int TestGetList | ( | void | ) |
Definition at line 223 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
void TestInitialize | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 168 of file test_routines.c.
References TestGetAutomatic(), TestGetBasic(), TestGetConsole(), TestGetCurses(), and TestGetList().
Referenced by main().