aa_test_running_p (public)

 aa_test_running_p

Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl

Check, if the regression test is currently running.

Returns:
boolean value indicating state

Partial Call Graph (max 5 caller/called nodes):
%3 test_webtest_example webtest_example (test acs-automated-testing) aa_test_running_p aa_test_running_p test_webtest_example->aa_test_running_p ad_dom_sanitize_html ad_dom_sanitize_html (public) ad_dom_sanitize_html->aa_test_running_p api_proc_documentation api_proc_documentation (public) api_proc_documentation->aa_test_running_p apm_read_package_info_file apm_read_package_info_file (public) apm_read_package_info_file->aa_test_running_p callback callback (public) callback->aa_test_running_p sec_handler sec_handler (private) sec_handler->aa_test_running_p

Testcases:
webtest_example
Source code:
    return [info exists ::__aa_testing_mode]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: