FOSSology
4.4.0
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 54 of file testTrim.c.
void test_Trim_normal | ( | ) |
Test case for input parameter is normal.
Definition at line 23 of file testTrim.c.
void test_Trim_str_is_null | ( | ) |
Test case for input parameter is null.
Definition at line 39 of file testTrim.c.
CU_TestInfo testcases_Trim[] |
testcases for function Trim
Definition at line 65 of file testTrim.c.