aa::coverage::proc_covered_p (public)

 aa::coverage::proc_covered_p proc_name

Defined in packages/acs-automated-testing/tcl/coverage-procs.tcl

Checks if the proc 'proc_name' is covered by any automated test.

Parameters:
proc_name - The name of the proc to check.
Returns:
'true' if the proc is covered, 'false' otherwise.
Author:
Héctor Romojaro
Created:
2019-08-29

Partial Call Graph (max 5 caller/called nodes):
%3 test_aa__coverage_proc_proc_list_covered aa__coverage_proc_proc_list_covered (test acs-automated-testing) aa::coverage::proc_covered_p aa::coverage::proc_covered_p test_aa__coverage_proc_proc_list_covered->aa::coverage::proc_covered_p

Testcases:
aa__coverage_proc_proc_list_covered
Source code:
    array set proc_doc [nsv_get api_proc_doc $proc_name]
    if {[info exists proc_doc(testcase)]} {
        return true
    } else {
        return false
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: