|
Teonet library
0.4.7
|
Functions | |
| int | add_suite_1_tests (void) |
| Add Crypt suite tests. More... | |
| int | add_suite_3_tests (void) |
| Add Teonet DB module tests. More... | |
| int | add_suite_4_tests (void) |
| Add Callback QUEUE module tests. More... | |
| int | add_suite_5_tests (void) |
| Add TCP Proxy suite tests. More... | |
| int | add_suite_6_tests (void) |
| Add Subscribe module tests. More... | |
| int | add_suite_filter_tests (void) |
| int | init_suite (void) |
| Initialize suite. More... | |
| int | clean_suite (void) |
| int | main () |
| cUnit test main function More... | |
Variables | |
| CU_pSuite | pSuite = NULL |
Teonet cUnit test (main test module)
cUnit test main module code:
Created on Aug 7, 2015, 9:31:12 PM
| int add_suite_1_tests | ( | void | ) |
| int add_suite_3_tests | ( | void | ) |
Add Teonet DB module tests.
References pSuite, test_3_1(), test_3_2(), test_3_3(), test_3_4(), and test_3_5().
Referenced by main().
| int add_suite_4_tests | ( | void | ) |
| int add_suite_5_tests | ( | void | ) |
Add TCP Proxy suite tests.
References pSuite, test_5_1(), and test_5_2().
Referenced by main().
| int add_suite_6_tests | ( | void | ) |
Add Subscribe module tests.
References pSuite, test_6_1(), and test_6_2().
Referenced by main().
| int add_suite_filter_tests | ( | void | ) |
References pSuite, test_filter_1(), and test_filter_2().
Referenced by main().
| int clean_suite | ( | void | ) |
Referenced by main().
| int init_suite | ( | void | ) |
Initialize suite.
Referenced by main().
| int main | ( | void | ) |
cUnit test main function
References add_suite_1_tests(), add_suite_3_tests(), add_suite_4_tests(), add_suite_5_tests(), add_suite_6_tests(), add_suite_filter_tests(), clean_suite(), init_suite(), KSN_SET_TEST_MODE(), and pSuite.
| CU_pSuite pSuite = NULL |