CUnit Programmers Reference  3.0
Deprecated List
Global _TestCase
Use CU_Test.
Global _TestGroup
Use CU_Suite.
Global _TestRegistry
Use CU_TestRegistry.
Global _TestResult
Use CU_FailureRecord.
Global add_test_case (group, name, test)
Use CU_add_test().
Global add_test_group (name, init, clean)
Use CU_add_suite().
Global ADD_TEST_TO_GROUP (group, test)
Use ADD_TEST_TO_SUITE.
Global automated_run_tests ()
Use CU_automated_run_tests().
Global cleanup_registry ()
Use CU_cleanup_registry().
Global CleanupFunc
Use CU_CleanupFunc.
Global compare_strings (src, dest)
Use CU_compare_strings().
Global console_run_tests ()
Use CU_console_run_tests().
Global CU_TestRegistry::pGroup
Use pSuite.
Global CU_TestRegistry::uiNumberOfGroups
Use uiNumberOfSuites.
Global curses_run_tests ()
Use CU_curses_run_tests().
Global get_error ()
Use CU_get_error_msg().
Global get_group_by_name (group, reg)
Use CU_get_suite_by_name().
Global get_registry ()
Use CU_get_registry().
Global get_test_by_name (test, group)
Use CU_get_test_by_name().
Global initialize_registry ()
Use CU_initialize_registry().
Global InitializeFunc
Use CU_InitializeFunc.
Global PTestCase
Use CU_pTest.
Global PTestGroup
Use CU_pSuite.
Global PTestRegistry
Use CU_pTestRegistry.
Global PTestResult
Use CU_pFailureRecord.
Global set_output_filename (x)
Use CU_set_output_filename().
Global set_registry (reg)
Use CU_set_registry().
Global TEST_CASE_NULL
Use CU_TEST_INFO_NULL.
Global test_case_t
Use CU_TestInfo.
Global TEST_GROUP_NULL
Use CU_TEST_GROUP_NULL.
Global test_group_register (tg)
Use CU_register_suites().
Global test_group_t
Use CU_SuiteInfo.
Global test_suite_register (test_suite_t *ts)
Use CU_SuiteInfo and CU_register_suites().
Global test_suite_t
Use CU_SuiteInfo and CU_TestInfo.
Global TestFunc
Use CU_TestFunc.
Global translate_special_characters (src, dest, len)
Use CU_translate_special_characters().
Global trim (str)
Use CU_trim().
Global trim_left (str)
Use CU_trim_left().
Global trim_right (str)
Use CU_trim_right().