![]() |
FOSSology
3.2.0rc1
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 105 of file testGetMetadata.c.
| void test_GetMetadata_normal | ( | ) |
Test pkgagent.c Function GetMetadata() Normal parameter.
Definition at line 34 of file testGetMetadata.c.
| void test_GetMetadata_wrong_testfile | ( | ) |
Test pkgagent.c Function GetMetadata() Wrong test file.
Definition at line 77 of file testGetMetadata.c.
| CU_TestInfo testcases_GetMetadata[] |
testcases for function GetMetadata
Definition at line 134 of file testGetMetadata.c.