![]() |
FOSSology
3.2.0rc1
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 37 of file testGetFieldValue.c.
| void test_GetFieldValue_noseparator | ( | ) |
test case for don't set input separator
field=value formatDefinition at line 79 of file testGetFieldValue.c.
| void test_GetFieldValue_sin_is_null | ( | ) |
test case for input parameter is NULL
Definition at line 58 of file testGetFieldValue.c.
| CU_TestInfo testcases_GetFieldValue[] |
testcases for function GetFieldValue
Definition at line 98 of file testGetFieldValue.c.