• Publicity: Public Only All

request-processor-procs.tcl

Tests for procs defined in request-processor-procs

Location:
packages/acs-tcl/tcl/test/request-processor-procs.tcl

Procedures in this file

Detailed information

_acs-tcl__test_ad_register_proc (private)

 _acs-tcl__test_ad_register_proc

Partial Call Graph (max 5 caller/called nodes):
%3 _ _ (public) aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) acs::test::url acs::test::url (public) _acs-tcl__test_ad_register_proc _acs-tcl__test_ad_register_proc _acs-tcl__test_ad_register_proc->_ _acs-tcl__test_ad_register_proc->aa_equals _acs-tcl__test_ad_register_proc->aa_log _acs-tcl__test_ad_register_proc->aa_log_result _acs-tcl__test_ad_register_proc->acs::test::url

Testcases:
No testcase defined.

request_processor::test::a_proc_with_any_args (private)

 request_processor::test::a_proc_with_any_args [ args... ]

A proc with arbitrary args

Partial Call Graph (max 5 caller/called nodes):
%3 request_processor::test::require_registered_procs request_processor::test::require_registered_procs (private) request_processor::test::a_proc_with_any_args request_processor::test::a_proc_with_any_args request_processor::test::require_registered_procs->request_processor::test::a_proc_with_any_args

Testcases:
No testcase defined.

request_processor::test::a_proc_with_flags_and_args (private)

 request_processor::test::a_proc_with_flags_and_args [ -a_flag a_flag ] \
    [ -another_flag another_flag ] [ args... ]

A proc with two flags and arbitrary args

Switches:
-a_flag (optional, defaults to "DEFAULT1")
-another_flag (optional, defaults to "DEFAULT2")

Partial Call Graph (max 5 caller/called nodes):
%3 request_processor::test::require_registered_procs request_processor::test::require_registered_procs (private) request_processor::test::a_proc_with_flags_and_args request_processor::test::a_proc_with_flags_and_args request_processor::test::require_registered_procs->request_processor::test::a_proc_with_flags_and_args

Testcases:
No testcase defined.

request_processor::test::a_proc_with_no_args (private)

 request_processor::test::a_proc_with_no_args

A proc with no arguments

Partial Call Graph (max 5 caller/called nodes):
%3 request_processor::test::require_registered_procs request_processor::test::require_registered_procs (private) request_processor::test::a_proc_with_no_args request_processor::test::a_proc_with_no_args request_processor::test::require_registered_procs->request_processor::test::a_proc_with_no_args

Testcases:
No testcase defined.

request_processor::test::a_proc_with_some_flags (private)

 request_processor::test::a_proc_with_some_flags [ -a_flag a_flag ] \
    [ -another_flag another_flag ]

A proc with two flags

Switches:
-a_flag (optional, defaults to "DEFAULT1")
-another_flag (optional, defaults to "DEFAULT2")

Partial Call Graph (max 5 caller/called nodes):
%3 request_processor::test::require_registered_procs request_processor::test::require_registered_procs (private) request_processor::test::a_proc_with_some_flags request_processor::test::a_proc_with_some_flags request_processor::test::require_registered_procs->request_processor::test::a_proc_with_some_flags

Testcases:
No testcase defined.

request_processor::test::require_registered_procs (private)

 request_processor::test::require_registered_procs

Requires that the test procs are registered under the test URLs

Partial Call Graph (max 5 caller/called nodes):
%3 _ _ (public) ad_register_proc ad_register_proc (public) request_processor::test::a_proc_with_any_args request_processor::test::a_proc_with_any_args (private) request_processor::test::a_proc_with_flags_and_args request_processor::test::a_proc_with_flags_and_args (private) request_processor::test::a_proc_with_no_args request_processor::test::a_proc_with_no_args (private) request_processor::test::require_registered_procs request_processor::test::require_registered_procs request_processor::test::require_registered_procs->_ request_processor::test::require_registered_procs->ad_register_proc request_processor::test::require_registered_procs->request_processor::test::a_proc_with_any_args request_processor::test::require_registered_procs->request_processor::test::a_proc_with_flags_and_args request_processor::test::require_registered_procs->request_processor::test::a_proc_with_no_args

Testcases:
No testcase defined.
[ show source ]