FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
testing for the function DeleteFolders and DeleteUploads More...
#include <CUnit/CUnit.h>
#include "delagent.h"
#include <string.h>
Go to the source code of this file.
Functions | |
void | testDeleteFolders () |
for function DeleteFolders More... | |
void | testDeleteUploads () |
for function DeleteUploads More... | |
Variables | |
char * | DBConfFile |
DB conf file location. | |
static PGresult * | result = NULL |
CU_TestInfo | testcases_DeleteFolders [] |
testcases for function Delete More... | |
testing for the function DeleteFolders and DeleteUploads
Definition in file testDeleteFolders.c.
void testDeleteFolders | ( | ) |
for function DeleteFolders
exectue the tested function
Definition at line 26 of file testDeleteFolders.c.
void testDeleteUploads | ( | ) |
for function DeleteUploads
exectue the tested function
Check false input
Definition at line 49 of file testDeleteFolders.c.
CU_TestInfo testcases_DeleteFolders[] |
testcases for function Delete
Definition at line 102 of file testDeleteFolders.c.