acs::test::form_is_empty (public)
acs::test::form_is_empty form
Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl
Check, if the form is empty
- Parameters:
- form (required)
- Author:
- Gustaf Neumann
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- markup_parsing
Source code: return [expr {[llength $form] == 0}]XQL Not present: Generic, PostgreSQL, Oracle