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

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

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")

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

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")

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

Testcases:
No testcase defined.
[ show source ]