- 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
- _acs-tcl__test_ad_register_proc (private)
- request_processor::test::a_proc_with_any_args (private)
- request_processor::test::a_proc_with_flags_and_args (private)
- request_processor::test::a_proc_with_no_args (private)
- request_processor::test::a_proc_with_some_flags (private)
- request_processor::test::require_registered_procs (private)
Detailed information
_acs-tcl__test_ad_register_proc (private)
_acs-tcl__test_ad_register_proc
- Partial Call Graph (max 5 caller/called nodes):
- 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):
- 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):
- 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):
- 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):
- 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):
- Testcases:
- No testcase defined.