FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
unit test for GetFieldValue function More...
Go to the source code of this file.
Functions | |
void | test_GetFieldValue_normal () |
test case for input parameter is normal More... | |
void | test_GetFieldValue_sin_is_null () |
test case for input parameter is NULL More... | |
void | test_GetFieldValue_noseparator () |
test case for don't set input separator More... | |
Variables | |
CU_TestInfo | testcases_GetFieldValue [] |
testcases for function GetFieldValue More... | |
unit test for GetFieldValue function
Definition in file testGetFieldValue.c.
void test_GetFieldValue_normal | ( | ) |
test case for input parameter is normal
field=value
formatDefinition at line 26 of file testGetFieldValue.c.
void test_GetFieldValue_noseparator | ( | ) |
test case for don't set input separator
field=value
formatDefinition at line 68 of file testGetFieldValue.c.
void test_GetFieldValue_sin_is_null | ( | ) |
test case for input parameter is NULL
Definition at line 47 of file testGetFieldValue.c.
CU_TestInfo testcases_GetFieldValue[] |
testcases for function GetFieldValue
Definition at line 87 of file testGetFieldValue.c.