FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Unit test for Trim function. More...
Go to the source code of this file.
Functions | |
void | test_Trim_normal () |
Test case for input parameter is normal. More... | |
void | test_Trim_str_is_null () |
Test case for input parameter is null. More... | |
void | test_Trim_allspace () |
Test case for input parameter is all space. More... | |
Variables | |
CU_TestInfo | testcases_Trim [] |
testcases for function Trim More... | |
Unit test for Trim function.
Definition in file testTrim.c.
void test_Trim_allspace | ( | ) |
Test case for input parameter is all space.
Definition at line 65 of file testTrim.c.
void test_Trim_normal | ( | ) |
Test case for input parameter is normal.
Definition at line 34 of file testTrim.c.
void test_Trim_str_is_null | ( | ) |
Test case for input parameter is null.
Definition at line 50 of file testTrim.c.
CU_TestInfo testcases_Trim[] |
testcases for function Trim
Definition at line 76 of file testTrim.c.