api_test_case_url (private)

 api_test_case_url testcase_pair

Defined in packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl

Return the testcase url from testcase_pair, consisting of testcase_id and package_key.

Parameters:
testcase_pair

Partial Call Graph (max 5 caller/called nodes):
%3 api_call_graph_snippet api_call_graph_snippet (private) api_test_case_url api_test_case_url api_call_graph_snippet->api_test_case_url api_proc_documentation api_proc_documentation (public) api_proc_documentation->api_test_case_url export_vars export_vars (public) api_test_case_url->export_vars

Testcases:
No testcase defined.
Source code:
    lassign $testcase_pair testcase_id package_key
    return [export_vars -base /test/admin/testcase {
        testcase_id package_key {showsource 1}
    }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: