FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
unit test for GetMetadata function More...
Go to the source code of this file.
Functions | |
void | test_GetMetadata_normal () |
Test pkgagent.c Function GetMetadata() Normal parameter. More... | |
void | test_GetMetadata_wrong_testfile () |
Test pkgagent.c Function GetMetadata() Wrong test file. More... | |
void | test_GetMetadata_no_testfile () |
Test pkgagent.c Function GetMetadata() with No test file. More... | |
Variables | |
char * | DBConfFile |
DB conf file location. | |
CU_TestInfo | testcases_GetMetadata [] |
testcases for function GetMetadata More... | |
unit test for GetMetadata function
Definition in file testGetMetadata.c.
void test_GetMetadata_no_testfile | ( | ) |
Test pkgagent.c Function GetMetadata() with No test file.
Definition at line 94 of file testGetMetadata.c.
void test_GetMetadata_normal | ( | ) |
Test pkgagent.c Function GetMetadata() Normal parameter.
Definition at line 23 of file testGetMetadata.c.
void test_GetMetadata_wrong_testfile | ( | ) |
Test pkgagent.c Function GetMetadata() Wrong test file.
Definition at line 66 of file testGetMetadata.c.
CU_TestInfo testcases_GetMetadata[] |
testcases for function GetMetadata
Definition at line 123 of file testGetMetadata.c.