- Global CU_TestRegistry::pGroup
- Use pSuite.
- Global CU_TestRegistry::uiNumberOfGroups
- Use uiNumberOfSuites.
- Class test_suite
- Use CU_SuiteInfo and CU_TestInfo.
- Global automated_run_tests ()
- Use CU_automated_run_tests().
- Global set_output_filename (x)
- Use CU_set_output_filename().
- Global console_run_tests ()
- Use CU_console_run_tests().
- Global curses_run_tests ()
- Use CU_curses_run_tests().
- 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 ASSERT (value)
- Use CU_ASSERT_FATAL.
- Global ASSERT_DOUBLE_EQUAL (actual, expected, granularity)
- Use CU_ASSERT_DOUBLE_EQUAL_FATAL.
- Global ASSERT_DOUBLE_NOT_EQUAL (actual, expected, granularity)
- Use CU_ASSERT_DOUBLE_NOT_EQUAL_FATAL.
- Global ASSERT_EQUAL (actual, expected)
- Use CU_ASSERT_EQUAL_FATAL.
- Global ASSERT_FALSE (value)
- Use CU_ASSERT_FALSE_FATAL.
- Global ASSERT_NOT_EQUAL (actual, expected)
- Use CU_ASSERT_NOT_EQUAL_FATAL.
- Global ASSERT_NSTRING_EQUAL (actual, expected, count)
- Use CU_ASSERT_NSTRING_EQUAL_FATAL.
- Global ASSERT_NSTRING_NOT_EQUAL (actual, expected, count)
- Use CU_ASSERT_NSTRING_NOT_EQUAL_FATAL.
- Global ASSERT_PTR_EQUAL (actual, expected)
- Use CU_ASSERT_PTR_EQUAL_FATAL.
- Global ASSERT_PTR_NOT_EQUAL (actual, expected)
- Use CU_ASSERT_PTR_NOT_EQUAL_FATAL.
- Global ASSERT_PTR_NOT_NULL (value)
- Use CU_ASSERT_PTR_NOT_NULL_FATAL.
- Global ASSERT_PTR_NULL (value)
- Use CU_ASSERT_PTR_NULL_FATAL.
- Global ASSERT_STRING_EQUAL (actual, expected)
- Use CU_ASSERT_STRING_EQUAL_FATAL.
- Global ASSERT_STRING_NOT_EQUAL (actual, expected)
- Use CU_ASSERT_STRING_NOT_EQUAL_FATAL.
- Global ASSERT_TRUE (value)
- Use CU_ASSERT_TRUE_FATAL.
- Global cleanup_registry ()
- Use CU_cleanup_registry().
- Global compare_strings (src, dest)
- Use CU_compare_strings().
- 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 set_registry (reg)
- Use CU_set_registry().
- Global TEST_CASE_NULL
- Use CU_TEST_INFO_NULL.
- Global TEST_GROUP_NULL
- Use CU_TEST_GROUP_NULL.
- Global test_group_register (tg)
- Use CU_register_suites().
- 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().
- Global _TestCase
- Use CU_Test.
- Global _TestGroup
- Use CU_Suite.
- Global _TestRegistry
- Use CU_TestRegistry.
- Global _TestResult
- Use CU_FailureRecord.
- Global CleanupFunc
- Use CU_CleanupFunc.
- 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 test_case_t
- Use CU_TestInfo.
- Global test_group_t
- Use CU_SuiteInfo.
- Global TestFunc
- Use CU_TestFunc.
- Global test_suite_register (test_suite_t *ts)
- Use CU_SuiteInfo and CU_register_suites().
Generated on Thu Apr 28 12:36:10 2005 for CUnit by
1.3.9.1