acs-tcl-test-procs.tcl

Tcl helper procedures for the acs-automated-testing tests of the acs-tcl package.

Location:
packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl
Created:
22 January 2003
Author:
Peter Marklund <peter@collaboraid.biz>

Procedures in this file

Detailed information

_acs-tcl__acs_icanuse (private)

 _acs-tcl__acs_icanuse

Testcases:
No testcase defined.

_acs-tcl__acs_kernel__server_startup_ok (private)

 _acs-tcl__acs_kernel__server_startup_ok

Testcases:
No testcase defined.

_acs-tcl__acs_object__package_id (private)

 _acs-tcl__acs_object__package_id

Testcases:
No testcase defined.

_acs-tcl__acs_tcl__util_url_valid_p (private)

 _acs-tcl__acs_tcl__util_url_valid_p

Testcases:
No testcase defined.

_acs-tcl__acs_tcl_exec_optional_dependencies (private)

 _acs-tcl__acs_tcl_exec_optional_dependencies

Testcases:
No testcase defined.

_acs-tcl__acs_tcl_exec_required_dependencies (private)

 _acs-tcl__acs_tcl_exec_required_dependencies

Testcases:
No testcase defined.

_acs-tcl__acs_user__ban_approve (private)

 _acs-tcl__acs_user__ban_approve

Testcases:
No testcase defined.

_acs-tcl__acs_user__registered_user_p (private)

 _acs-tcl__acs_user__registered_user_p

Testcases:
No testcase defined.

_acs-tcl__ad_decode (private)

 _acs-tcl__ad_decode

Testcases:
No testcase defined.

_acs-tcl__ad_enhanced_text_to_html (private)

 _acs-tcl__ad_enhanced_text_to_html

Testcases:
No testcase defined.

_acs-tcl__ad_page_contract_filters (private)

 _acs-tcl__ad_page_contract_filters

Testcases:
No testcase defined.

_acs-tcl__apm__test_callback_get_set (private)

 _acs-tcl__apm__test_callback_get_set

Testcases:
No testcase defined.

_acs-tcl__apm__test_callback_invoke (private)

 _acs-tcl__apm__test_callback_invoke

Testcases:
No testcase defined.

_acs-tcl__apm__test_info_file (private)

 _acs-tcl__apm__test_info_file

Testcases:
No testcase defined.

_acs-tcl__export_vars (private)

 _acs-tcl__export_vars

Testcases:
No testcase defined.

_acs-tcl__front_page_1 (private)

 _acs-tcl__front_page_1

Testcases:
No testcase defined.

_acs-tcl__html_to_text (private)

 _acs-tcl__html_to_text

Testcases:
No testcase defined.

_acs-tcl__lc__commify_number (private)

 _acs-tcl__lc__commify_number

Testcases:
No testcase defined.

_acs-tcl__min_max (private)

 _acs-tcl__min_max

Testcases:
No testcase defined.

_acs-tcl__site_node_get_children (private)

 _acs-tcl__site_node_get_children

Testcases:
No testcase defined.

_acs-tcl__site_node_verify_folder_name (private)

 _acs-tcl__site_node_verify_folder_name

Testcases:
No testcase defined.

_acs-tcl__util__absolute_path_p (private)

 _acs-tcl__util__absolute_path_p

Testcases:
No testcase defined.

_acs-tcl__util__age_pretty (private)

 _acs-tcl__util__age_pretty

Testcases:
No testcase defined.

_acs-tcl__util__complete_url_p (private)

 _acs-tcl__util__complete_url_p

Testcases:
No testcase defined.

_acs-tcl__util__escape_quotes_for_csv (private)

 _acs-tcl__util__escape_quotes_for_csv

Testcases:
No testcase defined.

_acs-tcl__util__external_url_p (private)

 _acs-tcl__util__external_url_p

Testcases:
No testcase defined.

_acs-tcl__util__interval_pretty (private)

 _acs-tcl__util__interval_pretty

Testcases:
No testcase defined.

_acs-tcl__util__ns_parseurl (private)

 _acs-tcl__util__ns_parseurl

Testcases:
No testcase defined.

_acs-tcl__util__randomize_list (private)

 _acs-tcl__util__randomize_list

Testcases:
No testcase defined.

_acs-tcl__util__sets_equal_p (private)

 _acs-tcl__util__sets_equal_p

Testcases:
No testcase defined.

_acs-tcl__util__trim_leading_zeros (private)

 _acs-tcl__util__trim_leading_zeros

Testcases:
No testcase defined.

_acs-tcl__util_get_subset_missing (private)

 _acs-tcl__util_get_subset_missing

Testcases:
No testcase defined.

_acs-tcl__util_subset_p (private)

 _acs-tcl__util_subset_p

Testcases:
No testcase defined.

_acs-tcl__xml_get_child_node_content_by_path (private)

 _acs-tcl__xml_get_child_node_content_by_path

Testcases:
No testcase defined.

_acs_tcl__acs_tcl_external_dependencies_helper (private)

 _acs_tcl__acs_tcl_external_dependencies_helper

Testcases:
No testcase defined.

apm_test_callback_file_path (private)

 apm_test_callback_file_path

The path of the test file used to check that the callback proc executed ok.

Testcases:
apm__test_callback_invoke

apm_test_callback_proc (private)

 apm_test_callback_proc -arg1 arg1 -arg2 arg2

Writes the arbitrary values of arg1 and arg2 to a file so that we can check that the proc was executed.

Switches:
-arg1 (required)
Arbitrary value.
-arg2 (required)
Arbitrary value.

Testcases:
apm__test_callback_invoke
[ show source ]