Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91152765
test-runner.xq
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 8, 10:37
Size
654 B
Mime Type
text/x-java
Expires
Sun, Nov 10, 10:37 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22206576
Attached To
rTOPOTEI topoTEI
test-runner.xq
View Options
xquery version "3.1";
(:~ This library runs the XQSuite unit tests for the exist_test app.
:
: @author Christian Steiner
: @version 1.0.0
: @see http://www.exist-db.org/exist/apps/doc/xqsuite
:)
import module namespace test="http://exist-db.org/xquery/xqsuite" at "resource:org/exist/xquery/lib/xqsuite/xqsuite.xql";
import module namespace tests="http://exist-db.org/apps/topoTEI/tests" at "test-suite.xqm";
declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
declare option output:method "json";
declare option output:media-type "application/json";
test:suite(
inspect:module-functions(xs:anyURI("test-suite.xqm"))
)
Event Timeline
Log In to Comment