memoizing-procs.tcl

automated-testing for memoizing procs

Location:
packages/acs-tcl/tcl/test/memoizing-procs.tcl
Created:
2006-07-28
Author:
Adrian Catalan <ykro@galileo.edu>

Procedures in this file

Detailed information

_acs-tcl__util_memoize_cache (private)

 _acs-tcl__util_memoize_cache

Partial Call Graph (max 5 caller/called nodes):
%3 aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) memoizing_procs_test::return_string memoizing_procs_test::return_string (private) util_memoize util_memoize (public) _acs-tcl__util_memoize_cache _acs-tcl__util_memoize_cache _acs-tcl__util_memoize_cache->aa_equals _acs-tcl__util_memoize_cache->aa_log _acs-tcl__util_memoize_cache->aa_log_result _acs-tcl__util_memoize_cache->memoizing_procs_test::return_string _acs-tcl__util_memoize_cache->util_memoize

Testcases:
No testcase defined.

_acs-tcl__util_memoize_cache_flush (private)

 _acs-tcl__util_memoize_cache_flush

Partial Call Graph (max 5 caller/called nodes):
%3 aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) memoizing_procs_test::return_string memoizing_procs_test::return_string (private) memoizing_procs_test::return_upper_case_text memoizing_procs_test::return_upper_case_text (private) _acs-tcl__util_memoize_cache_flush _acs-tcl__util_memoize_cache_flush _acs-tcl__util_memoize_cache_flush->aa_equals _acs-tcl__util_memoize_cache_flush->aa_log _acs-tcl__util_memoize_cache_flush->aa_log_result _acs-tcl__util_memoize_cache_flush->memoizing_procs_test::return_string _acs-tcl__util_memoize_cache_flush->memoizing_procs_test::return_upper_case_text

Testcases:
No testcase defined.

_acs-tcl__util_memoize_cache_script (private)

 _acs-tcl__util_memoize_cache_script

Partial Call Graph (max 5 caller/called nodes):
%3 aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) util_memoize util_memoize (public) util_memoize_cached_p util_memoize_cached_p (public) _acs-tcl__util_memoize_cache_script _acs-tcl__util_memoize_cache_script _acs-tcl__util_memoize_cache_script->aa_equals _acs-tcl__util_memoize_cache_script->aa_log _acs-tcl__util_memoize_cache_script->aa_log_result _acs-tcl__util_memoize_cache_script->util_memoize _acs-tcl__util_memoize_cache_script->util_memoize_cached_p

Testcases:
No testcase defined.

memoizing_procs_test::return_string (private)

 memoizing_procs_test::return_string -name name

Test proc that returns a string

Switches:
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

memoizing_procs_test::return_upper_case_text (private)

 memoizing_procs_test::return_upper_case_text -txt txt

Test proc that returns a string in uppercase

Switches:
-txt
(required)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]