A RESTful browser for eXist Function Modules


http://exist-db.org/xquery/testing

test:setup-action($action)

test:store($action as element(store))

test:store-files($action as element(store-files))

test:setup($setup as element(setup))

test:tearDown($tearDown as element(tearDown)?)

test:declare-variable($var as element(variable)) as item()?

test:init-prolog($test as element(test))

test($result as item()*)

test:run-test($test as element(test), $count as xs:integer)

test:normalize($nodes as node()*)

test:normalize-node($node as node())

test:xpath($output as item()*, $xpath as element())

test:run-testSet($set as element(TestSet))

test:format-testResult($result)
Return to list of all modules