_xowiki__web_callable_methods_doc (private)

 _xowiki__web_callable_methods_doc

Defined in packages/xowiki/tcl/test/check-method-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 aa_log aa_log (public) aa_log_result aa_log_result (public) aa_true aa_true (public) _xowiki__web_callable_methods_doc _xowiki__web_callable_methods_doc _xowiki__web_callable_methods_doc->aa_log _xowiki__web_callable_methods_doc->aa_log_result _xowiki__web_callable_methods_doc->aa_true

Testcases:
No testcase defined.
Source code:
        
        set _aa_export {}
        set body_count 1
        foreach testcase_body {{
    set count 0
    foreach cl [concat  [::xowiki::Page info subclass -closure]  [::xowiki::Package info subclass -closure]  ] {
        foreach m [lsort [$cl info instprocs www-*]] {
            incr count
            set exists [nsv_exists api_proc_doc "[string trimleft $cl :] instproc $m"]
            aa_true "documentation for web callable method '$cl instproc $m'" $exists
        }
    }
    aa_log "Checked $count web callable methods"
}} {
          aa_log "Running testcase body $body_count"
          set ::__aa_test_indent [info level]
          set catch_val [catch $testcase_body msg]
          if {$catch_val != 0 && $catch_val != 2} {
              aa_log_result "fail" "web_callable_methods_doc (body $body_count): Error during execution: $msg, stack trace: \n$::errorInfo"
          }
          incr body_count
        }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: