apm_test_callback_proc (private)

 apm_test_callback_proc -arg1 arg1 -arg2 arg2

Defined in packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl

Writes the arbitrary values of arg1 and arg2 to a file so that we can check that the proc was executed.

Switches:
-arg1 (required)
Arbitrary value.
-arg2 (required)
Arbitrary value.

Testcases:
apm__test_callback_invoke
Source code:
    # Write something to a file so that can check that the proc executed
    set file_path [apm_test_callback_file_path]
    set file_id [open $file_path w]
    puts $file_id "$arg1 $arg2"
    close $file_id
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: